React - Hot reloading
Opened this issue · 0 comments
Zemanzo commented
Description
Currently, it's quite a hassle to work on anything React related because making a change in the code requires you to:
- Rebuild client script
- Rebuild & restart server
- Reload browser
Doing this more than a few times makes it a real chore, so streamlining this process would help greatly when it comes to improving the development workflow.
Article that explains how to create a basic setup for SSR
Minimum Acceptance Criteria
- No need to manually restart after making a client side-only change
- Update happens in 10 seconds or less