You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to develop a next.js app in an environment with TS + Custom Server + HMR the development is almost impossible. HMR must be able to be disabled because TS will recreate the entire code every time you save, HMR will try to load it but will just reload the entire page and is pretty heavy having it bundled. If you have a medium - large app will become a development hell.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you try to develop a next.js app in an environment with TS + Custom Server + HMR the development is almost impossible. HMR must be able to be disabled because TS will recreate the entire code every time you save, HMR will try to load it but will just reload the entire page and is pretty heavy having it bundled. If you have a medium - large app will become a development hell.
Tested Version: Next.JS 4.0.3
TypeScript: 2.5.3
NodeJS: 8.7.0
The text was updated successfully, but these errors were encountered: