Composable Reusable Components with Jotai

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
  • jotai-composition

    Code resources for component composition article

  • Throughout this article, some type definitions and styling have been omitted for brevity, visit the GitHub repository to see all the code.

  • jotai

    👻 Primitive and flexible state management for React

  • Part of a strong codebase is the tooling that has been built to augment work within the environment, and reusable components play a significant role. Well-designed common code can be the difference between enjoyable development and a massive headache, and is something I'm always trying to find new ways to think about. I recently began working with Jotai for state management, and it has led to some interesting patterns for composition in reusable React components. If you're not familiar with Jotai, you can check it out here, or keep reading; it's not too complicated!

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

  • jotai-wrapper, a super tiny and simple utility library

    1 project | dev.to | 26 Feb 2024
  • Jotai – Primitive and flexible state management for React

    1 project | news.ycombinator.com | 26 Jul 2023
  • Is there a state management library, similar to Redux or Zustand, that automatically generates setters for the state you define?

    1 project | /r/reactjs | 28 Jun 2023
  • Do i HAVE to use redux at this point?

    1 project | /r/webdev | 18 Jun 2023
  • Why You Don't Need Signals in React

    2 projects | dev.to | 17 May 2023