Hacker News new | ask | show | jobs
by mAritz 2688 days ago
Loading indicators are left up for developers to add in next.js, but aren't very difficult to do.

I've used react-redux-loading-bar[1] in a recent small project of mine and it worked quite well so far.

I'm not sure about working with the native loading indicators though.

In general I quite like the way next.js is handling these things: It's pretty bare-bone but provides a lot of examples of how to do more advanced things.[2]

There's even an example for loading indicators: https://github.com/zeit/next.js/tree/canary/examples/with-lo...

[1] https://github.com/mironov/react-redux-loading-bar [2] https://github.com/zeit/next.js/tree/canary/examples

1 comments

Great explanation @mAritz!

Thank you for your feedback @Ndymium, we've shipped a new version of the website that has a loading indication (based on the with-loading example posted above)