Questions about using useCallback

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

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-atomic-design

    🔬 How the Atomic Design methodology can create a great design system from scratch and make better developers.

  • React's biggest selling point is _declarative composability_. If you want to split functionality into other components, _just make other components_. It is common (and probably best) practice to design components [atomically](https://danilowoz.com/blog/atomic-design-with-react). If you need to share state between them, _hoist that state to a common ancestor_ component and pass it down through props. If you need props from a much more general location, you can look at using contexts, although be careful about this as they have some significant drawbacks.

  • 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

  • Atomic design

    1 project | /r/reactjs | 17 Jun 2023
  • The Art of Writing Ugly Code That Works, Then Beautifying It for Optimal Functionality

    1 project | dev.to | 4 Feb 2023
  • Atomic Design Examples?

    1 project | /r/reactjs | 12 Jul 2022
  • Atomic design & react question

    1 project | /r/reactjs | 7 Dec 2021
  • React architecture

    1 project | /r/reactjs | 19 Feb 2021