-
Notifications
You must be signed in to change notification settings - Fork 27.7k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next.js should have an unobtrusive linting toast #8065
Comments
Also related to #7687 |
Copied(ish) from #8331 (comment): What if next.js had a browser addon that would display information such as build / type / lint errors in a non-intrusive way (outside of the actual webpage, like redux-devtools-extension does) plus any other relevant information specific to next.js (such as if it is a static page), and toggle certain settings such as: Current ideas: Toggles (disable/enable):
Information:
Switches:
I'm sure there are plenty more options that make sense here. I think this could further level-up next.js above their competition and go along way for developer UX. EDIT: Added recommendations from @Janpot. |
I like the idea of a browser extension (#7945 (comment)). I'm also thinking it could have things like bundle analysis and performance metrics. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Next.js should emit linting and non-critical build errors in an unobtrusive toast instead of a full-screen error overlay.
Notably, this is desirable for TypeScript since some users rely on TypeScript as a linter instead of type checker.
Closes #8060
The text was updated successfully, but these errors were encountered: