React Advanced: Decoupling your components in the right way

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

    Decouple Hooks from the presentational components that use them

  • By using composition, we can decouple the logic of a React component without having to create a wrapper component. To apply composition conveniently, we use the library react-hooks-compose

  • 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

  • Thoughts on useEffect ?

    2 projects | /r/reactjs | 8 Jul 2023
  • React Admin Panel Tutorial with Chakra UI and Strapi

    4 projects | dev.to | 5 Mar 2023
  • Moving an app away from create-react-app

    2 projects | /r/reactjs | 6 Feb 2023
  • How to get query parameters in NextJS 13

    1 project | /r/nextjs | 5 Feb 2023
  • Live Link Embedded Preview from Frontend only

    1 project | /r/Frontend | 17 Sep 2022