-
-
Notifications
You must be signed in to change notification settings - Fork 589
build: utilize react-fresh
for Fast Fresh integration
#888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Type
enhancement, configuration changes
Description
react-hot-loader
withreact-refresh
and addingReactRefreshWebpackPlugin
.@pmmmwh/react-refresh-webpack-plugin
andreact-refresh
.Changes walkthrough 📝
.eslintrc.js
Update ESLint configuration for React prop types
.eslintrc.js
webpack.config.development.js
Integrate React Refresh for hot module replacement
webpack.config.development.js
react-hot-loader
withreact-refresh
.ReactRefreshWebpackPlugin
.package.json
Update package dependencies for React Refresh
package.json
@pmmmwh/react-refresh-webpack-plugin
andreact-refresh
dependencies.
start-app-dev
script to include progress.