So im trying to learn how hydratation works with the JS part of a web app by doing some weird tests, my goal is in some way stop the loading of the js chunks on my React app or disable all JS using the Chrome Developer tools, i want to know is something like this is possible.
Asked
Active
Viewed 200 times
0
-
1Open the browser's developer tools and set a breakpoint as early as possible. [JavaScript: In-Browser Debugging](https://javascript.info/debugging-chrome) – Peter Krebs Oct 19 '22 at 13:33