React Context Confusion

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

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
  • beautiful-react-hooks

    🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥

  • You could bypass Context altogether and use Observables as they are reactive. There is this useObservable hook that allows interop with RXJS or anything that follows the Observable contract. You can see in the implementation, all it does is handle the subscription. You can see in my favourite library, Effector, it has a useStore hook that pulls your data out of its Observable store for you.

  • 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

  • Complete typescript rewrite for beautiful-react-hooks, now version 1.0.0

    2 projects | /r/reactjs | 27 Aug 2021
  • Best way to handle forms in Remix.run

    1 project | dev.to | 23 Apr 2024
  • What is your favorite react hook?

    1 project | /r/reactjs | 14 Oct 2023
  • Which headless hook UI library would you recommend?

    1 project | /r/react | 10 Oct 2023
  • rooks VS usehooks-ts - a user suggested alternative

    2 projects | 1 Sep 2023