TypeScript stack-safe

Open-source TypeScript projects categorized as stack-safe

TypeScript stack-safe Projects

  • effect

    An ecosystem of tools to build robust applications in TypeScript.

  • Project mention: Effect in React | dev.to | 2024-05-24

    // we want something like this, so we can show everything we need to // the hobbitses export interface Today { monthName: Month; // union of strings January -> December ordinalDate: string; year: string; /** 24 hour time */ hourNum: number; /** 12 hour time */ hour: string; minute: string; second: string; meridiem: "pm" | "am"; season: Season; // union of season names nextMeal: Meal; // Enough info for name + time of a hobbit meal } // we can use simple strings for errors, feel free to use a class // or anything you'd like: https://effect.website/docs/guides/error-management/expected-errors type EvenSecond = "SECOND_EVEN"; type TooCold = "TOO_COLD"; type TooEarly = "TOO_EARLY"; type TodayErrors = EvenSecond | TooCold | TooEarly; // we need this type type TodayEff = Effect;

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript stack-safe related posts

  • Effect in React

    5 projects | dev.to | 24 May 2024
  • Exploring Effect, a meta-state RxJS-like framework

    1 project | dev.to | 24 Jan 2024
  • opinions about Effect-TS, do you recommend using it? when to use it? When to avoid it? not worth it?

    1 project | /r/typescript | 3 Oct 2023
  • Effect - A set of libraries to write better TypeScript

    1 project | /r/typescript | 22 Aug 2023
  • Effect – A set of libraries to write better TypeScript

    1 project | news.ycombinator.com | 20 Aug 2023
  • Effect-ts: a library for writing ZIO-like effect-based applications

    1 project | news.ycombinator.com | 19 Jul 2023
  • Effect, a functional effect system for TypeScript with a rich standard library

    1 project | news.ycombinator.com | 8 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 effect 5,630

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com