Using Webpack with ReactJS

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

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-app-rewired

    Override create-react-app webpack configs without ejecting

  • CRA is good to get something running quick (and it uses webpack underneat!). In the past I've tweaked the webpack config using things like https://github.com/timarney/react-app-rewired when needed, but for all my "serious" projects I ended up ejecting and learning webpack! For my next project I'll try to skip CRA altogether!

  • alright-react-app

    Professional React app generator. Comes with an exposed, unopinionated, high performance configuration. Jest, SWC, Storybook, Typescript 5, Webpack 5.

  • Try this generator to get familiar with webpack. It's a professional app template (I use almost the same in a big SaaS app) that works exactly like CRA, BUT that exposes all the config.

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

    Next generation frontend tooling. It's fast!

  • Vite is my choice now unless there are specific needs for something else. With Vite you can concentrate on React, not configuring the build tool-

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

  • Micro Frontends with Vite and Bit

    2 projects | dev.to | 13 Mar 2024
  • Show HN: Viject – One-Shot Migration Tool from Create React App to Vite

    1 project | news.ycombinator.com | 11 Feb 2024
  • Problems with hosting react/vite project on github pages with a custom domain

    4 projects | /r/reactjs | 8 Jul 2023
  • I finally finishes this. Just need someone else to look at it if anyone is willing

    3 projects | /r/react | 16 Jun 2023
  • What after create React app? I

    1 project | /r/reactjs | 5 Jun 2023