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 do i know if it's working?

See original GitHub issue

I’ve followed the instructions to install into an existing app that was already using webpack-hot-middleware + webpack-dev-middleware

i’m seeing no difference in the command line. I see [HMR] Update applied. as per usual.

Should I remove react-hot-loader + npm:@hot-loader/react-dom

Is there some way to know if this plugin is working?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pmmmwhcommented, Sep 3, 2020

Hi, if you edited a component and the update is reflected on your browser without a full refresh then it’s working.

You should remove packages related to react-hot-loader - the two are not mutually compatible.

0reactions
pmmmwhcommented, Sep 22, 2020

Well unfortunately that’s not something I can fix - I do not know how your build is currently setup, but you can try adding cache for Babel Loader so recompilation will be faster (with cacheDirectory flag). I think RHL also have a Babel plugin, and if you that is used the performative should be similar - the inherent nature of source parsing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How Do You Know if It's Working? - Medium
How Do You Know if It's Working? Can one small step really make a difference? Follow the path, ...
Read more >
How to Know if it's Working - LinkedIn
You can't see it in the numbers. You can't hear it, taste it, smell it, or logically explain it. But you know it's...
Read more >
How to Know if Your Processes are Working | Lucidchart Blog
In this article we'll discuss some of the things to look for when determining how well your processes are working. And we'll give...
Read more >
Evaluating Impact: How Do You Know If It's Working?
The comparison will tell you whether your project has had an impact on the measures that you were looking to change.
Read more >
8 Signs Your Relationship Isn't Working | Should You Break ...
Here are eight signs your relationship isn't working, what you can do to try and fix it, and when you know it's time...
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