How to use React inside a Wordpress application ?

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

    Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

  • In order to use your application in Wordpress you need to build it. I haven't found yet a solution to develop the application directly inside Wordpress. To build the output for Wordpress, I recommend to rely on craco, a tool that can help to generate a single js file with predictable name.

  • Gatsby

    The best React-based framework with performance, scalability and security built in.

  • Gatsby, a static site builder using React, have also a dedicated solution here:

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

    WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.

  • Wordpress is a very famous CMS (Content Management System) that is still used by a lot of website. It's very easy to use for content editor, and it comes with lots of plugins.

  • create-react-app

    Set up a modern web app by running one command.

  • It will create inside the folder frontend a new React application using the class Create React App.

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

  • File Upload to AWS S3 bucket in a Node-React-Mongo full-stack app and using multer

    4 projects | dev.to | 8 Nov 2021
  • 7 GitHub repos based on React

    4 projects | dev.to | 27 Jul 2021
  • 👥 Reproducible Nx Workspace with HugeNx’s Conventions

    3 projects | dev.to | 4 May 2024
  • 🍒 Cherry-Picked Nx v18.3 Updates

    2 projects | dev.to | 20 Apr 2024
  • Integration of Angular, Vue.js and React with .NET: Creating a Modern Web Experience

    2 projects | dev.to | 10 Apr 2024