Enhancing Chrome Extension developer experience with CRA (create-react-app)

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-extension

    Set up a modern React browser extension by running one command.

  • We're going to create the project using the create-react-extension script:

  • react-app-rewired

    Override create-react-app webpack configs without ejecting

  • Enter react-app-rewired. What this package does is it allows you to hook into the Webpack config process so you can change settings, add loaders or plugins, and so on. It's like having all the pros of ejecting (mainly, access to the webpack.config.js) without actually ejecting.

  • 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
  • customize-cra

    Override webpack configurations for create-react-app 2.0

  • Now, for customize-cra to work we need to modify the config-overrides.js file once again. The override method from customize-cra receives a list of functions, so we need to change the signature like this:

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

  • html-loader not working

    1 project | /r/react | 7 May 2023
  • Chrome Extension with React

    1 project | dev.to | 28 Dec 2022
  • Integrating YoastSEO.js word analyzer web worker in Reactjs

    1 project | /r/learnjavascript | 30 Jul 2021
  • Build a web editor with react-monaco-editor

    5 projects | dev.to | 4 May 2023
  • Simplest Way to Install Babel Plugins in Create React App

    3 projects | dev.to | 27 Dec 2021