Build Your Own React.js in 400 Lines of Code

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

    Implement Mini-React in 400 lines of code, a minimal model with asynchronous interruptible updates.

  • It is currently hosted on my GitHub, and you can also visit the Online Version to try it out for yourself.

  • mini-react

    Discontinued Implement Mini-React in 400 lines of code, a minimal model with asynchronous interruptible updates. [Moved to: https://github.com/ZacharyL2/mini-react] (by islizeqiang)

  • MIT

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

    The library for web and native user interfaces.

  • requestIdleCallback is an experimental API that executes a callback when the browser is idle. It's not yet supported by all browsers. In React, it is used in the scheduler package, which has more complex scheduling logic than requestIdleCallback, including updating task priorities.

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

  • Mastering React: A Mindset for Component-Centric Development

    2 projects | dev.to | 28 May 2024
  • Comment bien gérer les erreurs avec Remix ? (ErrorBoundary)

    1 project | dev.to | 25 May 2024
  • Introduction to Frontend: React, Creating a Single Page App

    1 project | dev.to | 22 May 2024
  • The Emergence of JavaScript Frameworks & Libraries

    1 project | dev.to | 20 May 2024
  • Implement React v18 from Scratch Using WASM and Rust - [13] Implement Lane and Batch Update

    2 projects | dev.to | 17 May 2024