react-refresh-webpack-plugin
A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components. (by pmmmwh)
offline-plugin
Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/) (by NekR)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
react-refresh-webpack-plugin | offline-plugin | |
---|---|---|
4 | 2 | |
3,182 | 4,517 | |
0.1% | 0.0% | |
7.7 | 0.0 | |
18 days ago | over 3 years ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react-refresh-webpack-plugin
Posts with mentions or reviews of react-refresh-webpack-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-14.
-
The Complete Guide for Setting Up React App from Scratch (feat. TypeScript)
as mentioned above, we're using the webpack; therefore, we're going to use @pmmmwh/react-refresh-webpack-plugin to apply the Fast Refresh feature to our app. I mean, it's for development, so what's the harm of trying it right?
-
Enabling hot reloading with ReactJS project
You didn't mention what version of webpack. You also want to use react-refresh-webpack-plugin.
-
Electron Forge Fast Refresh?
https://github.com/pmmmwh/react-refresh-webpack-plugin/ follow this worked for me. Feel free to reach out if you face issues.
-
Introducing Zero-Bundle-Size React Server Components
December 2019: @pmmmwh/react-refresh-webpack-plugin (fast Refresh for React+Webpack initial release)
offline-plugin
Posts with mentions or reviews of offline-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-29.
-
Meteor with Webpack in 2018 — Faster compilation and better source handling
For example, you have a Progressive Web Application using Service Workers, written in Angular, then you have to create a service worker manifest based on your output files. We don’t have a solution for this on Meteor CLI natively. However, Webpack has a lot of community plugins such as OfflinePlugin , Workbox and many others for this problem as a solution. Just install them, and add to your webpack.config.js . Meteor-Webpack will handle it like you’re working on a pure Webpack project.
-
12 open source browser tools and how I've built them
Since Omatsuri is a browser only application the only thing that we need from service worker is to cache assets and provide app shell. Offline plugin does exactly that, the only thing we need to do – add it to the production build in webpack config:
What are some alternatives?
When comparing react-refresh-webpack-plugin and offline-plugin you can also consider the following projects:
mini-css-extract-plugin - Lightweight CSS extraction plugin
kiwix-js-windows - Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux. [Moved to: https://github.com/kiwix/kiwix-js-pwa]
rfcs - RFCs for changes to React
webpack-require-from - Webpack plugin that allows to configure path or URL for fetching dynamic imports
prerender-spa-plugin - Prerenders static HTML in a single-page application.
angular-cli - CLI tool for Angular

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured