Ever wonder what React does?

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
  • create-react-app

    Set up a modern web app by running one command.

  • Note: normally, you would create your project with a tool like create-react-app or get React and ReactDOM scripts from a package registry. Here we use a CDN for demonstration purposes

  • babili

    :scissors: An ES6+ aware minifier based on the Babel toolchain (beta)

  • I hope you learned a few things by reading this post. I think this is really interesting to know what's going on "under the hood" when writing React Components. The more you can compile down JSX in your head, the more efficient you will be using it. Feel free to play around in the Babel playground to see what's the output of the JSX you write in real-time!

  • 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
  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • The browser won't understand this by itself, so we need a compiler like Babel which will turn this code into a React.createElement call:

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

  • You might not need TypeScript Enum

    1 project | dev.to | 5 Sep 2023
  • How React, ReactDOM, and JSX Work Together?

    1 project | dev.to | 30 Apr 2023
  • React Tutorial: A Comprehensive Guide for Beginners (2023)

    3 projects | dev.to | 15 Feb 2023
  • Hybrid MVC + ReactJS with bootstrap

    1 project | /r/csharp | 20 Dec 2022
  • 14-ES6++: Null Coalescing in Javascript

    3 projects | dev.to | 26 Nov 2022