How remix-domains improves the (already awesome) DX of Remix projects?

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • domain-functions

    Discontinued Decouple your business logic from your framework. With first-class type inference from end to end. [Moved to: https://github.com/seasonedcc/domain-functions]

  • In this post, I'm gonna talk about some of them and show how we are solving those problems with our new library: remix-domains.

  • remix-example-jokes

    Porting the remix Jokes app to remix-domains

  • If you want to see the full Jokes App implemented with remix-domains check this PR diff!.

  • 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
  • trpc

    🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

  • One of the biggest complaints about Remix (and NextJS) is the lack of end-to-end type safety. Having to maintain the types by hand is boring and prone to errors. We wanted an experience as good as tRPC and now that our domain functions have knowledge of your domain's I/O we are in the same situation as tRPC as stated by its author:

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

  • Key differences between GraphQL and RESTful API

    1 project | dev.to | 9 Nov 2023
  • how to improve UX of checking changes in ONE file though git history

    1 project | /r/github | 16 Sep 2023
  • trpc + nextjs app dir + fetchRequestHandler

    1 project | /r/nextjs | 7 Sep 2023
  • TRPC invalidation app directory

    1 project | /r/nextjs | 21 Aug 2023
  • T3\tRPC - How do you change the cache?

    1 project | /r/nextjs | 14 Jun 2023