Writing purely functional stateful components without hooks

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

    MakeStateful Its an "HOC" allows you to write functional components with ALL the functionalities of class Components without using hooks.

  • YOU can do composability with this package too. Actually that was one of the 2 main reasons why I wrote it. I was working on a project and I finally had a case where I needed to reuse logic. Checkout this section: https://github.com/Pensarfeo/react-makestateful#isolating-logic. This is in the example of usage too.

  • recompose

    Discontinued A React utility belt for function components and higher-order components.

  • I might look like an asshole, but that also can save you time on future work: recompose includes withState and many other HOCs

  • 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

  • Get out of state management hell with automatic revalidation

    3 projects | dev.to | 9 Jan 2024
  • Redux Toolkit 2.0: new features, faster perf, smaller bundle sizes (plus major versions for all Redux family packages!)

    7 projects | /r/reactjs | 5 Dec 2023
  • Redux Toolkit 2.0: new features, faster perf, smaller bundle sizes, and more

    6 projects | news.ycombinator.com | 4 Dec 2023
  • Easy Shared Reactive State in React without External Libraries

    2 projects | dev.to | 5 Oct 2023
  • What's the benefit of Redux?

    1 project | /r/react | 20 Jul 2023