question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How you deal with react-refresh?

See original GitHub issue

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 lost react-refresh. how you deal with the react-refresh issue?

Because it has some issues with Webpack 5.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
wellyshencommented, May 3, 2021

@amerllica I will find a day to book your time for it. Thanks bro.

1reaction
wellyshencommented, May 3, 2021

@amerllica Lol you make me laugh bro. Can you show me your configuration first? I will take take to study it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to refresh a Page in React - Reactgo
To refresh a page, we need to use the window.location.reload() method in React. By default this method reloads the page from a cache,...
Read more >
5 Methods to Persisting State Between Page Reloads in React
Pass an id to a reusable component and use it to store the value in localStorage. Or persist the state at a higher...
Read more >
React Fast Refresh — The New React Hot Reloader
When editing a React component, React Fast Refresh will efficiently only update and re-render that component. This leads to significantly faster ...
Read more >
React | How to detect Page Refresh (F5) - Stack Overflow
React | How to detect Page Refresh (F5) · Why not just check for e.keyCode === 116 , which is the F5 key?...
Read more >
What is React Fast Refresh? - Netlify
React Fast Refresh replaces React Hot Loader. React Hot Loader, before, wasn't the most perfect thing. It lived outside of React, and led...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found