Scaffolding for implementing clean architecture with redux

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • clean-architecture

    📐 A clean architecture framework

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • I would much rather prefer having a custom createAsyncThunk generated specifically for my store. Things would be much better if we had partial argument inference because we could write things like createAsyncThunk letting the type with ? be inferred from usage and only provide necessary types. Unfortunately, it's not the case and I think it's the responsibility of the lib author to save users from having to explicitly provide types that could be inferred. If you are interested, I implement both approaches of generating a function that encapsulates the specific user type and dealing with the lack of support of partial argument inference in tss-react. You can also check out type-route it's a very well-made library that never require to explicitly import a type helper.

  • 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
  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JSR Is Not Another Package Manager

    2 projects | news.ycombinator.com | 25 Apr 2024
  • TypeScript Essentials: Distinguishing Types with Branding

    2 projects | news.ycombinator.com | 24 Apr 2024
  • Smart Contract Programming Languages: sCrypt vs. Solidity

    2 projects | dev.to | 5 Apr 2024
  • Understanding the Difference Between Type and Interface in TypeScript

    1 project | dev.to | 2 Apr 2024
  • Proposal: Types as Configuration

    1 project | news.ycombinator.com | 1 Apr 2024