Display a compiling indicator in browser
See original GitHub issueFeature request
What problem does this feature solve?
Rebuilding can be slow, it’s frustrating when you edit something but the page doesn’t update right away, we can provide a better experience by adding an indicator to show the build progress.
In Next.js:
In Nuxt.js:
What does the proposed API look like?
This should be on by default, but you should be able to turn it off by build: { browserIndicator: false }
or CLI flag --no-browser-indicator
How should this be implemented in your opinion?
Hook into webpack compiler and send progress info to browser via webpack-hot-middleware.
IssueHunt Summary
Backers (Total: $40.00)
issuehunt ($40.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.
IssueHunt has been backed by the following sponsors. Become a sponsor
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (5 by maintainers)
Top Results From Across the Web
UI to show that code is compiling in the browser window #4626
UI to show that code is compiling in the browser window #4626 ... Probably it can be loading indicator in top of page....
Read more >When do browsers show loading indicator? - Stack Overflow
There is some algorithm of showing "loading" indicator in browsers. There are even some techniques to trigger this indicator, such as:.
Read more >Compiling - NinjaScript - NinjaTrader 8
You can compile this indicator by selecting the Compile menu item from within the NinjaScript Editor Right Click, by clicking the Compile icon...
Read more >Build a typing indicator with JavaScript - Pusher
Build a typing indicator in a chat application with JavaScript and display the name or username of who is currently typing. ss.
Read more >Custom Indicator is not working with Chrome browser
I have already enabled the network protection via Intune as well and Windows accounts and Defender Browser Protection extensions have been added ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I decided to use a “command seal” I will use this one
@MarchWorks It’s a simple component so
document.createElement
is probably enough for this.