-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
How you deal with react-refresh? #1059
Comments
@amerllica Thank you for telling me about this issue, I'm facing this issue too. I will spend time investigating it, if you have a solution please share it with me. |
@amerllica Yo bro, here's the temporary workaround for this issue, see #1065 |
@wellyshen Really thanks, I will upload my changes in another repo with fork of your repo, to show you how I made it, actually my friend |
@amerllica Nice thank you for that 😎 |
@amerllica Will you show me the solution for the setup of |
@wellyshen, My entire SSR solution is different from your implementation, I used If you want I can make a SandBox or a TempRepo to show you my codes. I didn't add additional settings. |
@amerllica I see. Do you think it's a good choice to tweak this starter for enabling react-fresh based your configuration? By the way, I have tested Next.js, react-refresh fails too. |
@wellyshen, I hate I think it could be a good approach to test my configuration. and then prepare yours with mine. and then choose what's better. If you want, I should send a PR to another branch of your repo, please keep me posted, because of my tight time, it takes some days. |
@amerllica Lol you make me laugh bro. Can you show me your configuration first? I will take take to study it. |
@wellyshen, it is not on GitHub, it's on BitBucket and it is private, if you want come here, I'm live now. I can show you my codes by using screen sharing. |
@amerllica I won't see it now (because I'm eating). Maybe you can show me some code snippets when you have time. |
@wellyshen, Showing code snippets needs preparing and it takes my time. finish your eating, take rest, whenever you want, call me on WhatsApp or come here: https://meet.google.com/isf-wcxy-bqh then I can share my screen and show you what I did. |
@amerllica I will find a day to book your time for it. Thanks bro. |
Dear Wellyshen, In my project I updated the Webpack to the higher version, and also I used
webpack-hot-server-middleware
and I have server-build and everything works well, but I lostreact-refresh
. how you deal with thereact-refresh
issue?Because it has some issues with Webpack 5.
The text was updated successfully, but these errors were encountered: