Alternative to NProgress for page loaders
Answered
Sloth bear posted this in #help-forum
Sloth bearOP
Anyone happen to have a recommendation of a modern (or better) lib for page route loaders?
Answered by B33fb0n3
I like to use this one: https://www.npmjs.com/package/nextjs-toploader
7 Replies
Answer
@B33fb0n3 I like to use this one: https://www.npmjs.com/package/nextjs-toploader
Sloth bearOP
thanks! Was looking at the alternatives to nbprogress, and they all seem relatively hacky implementations of the original lib
@Sloth bear thanks! Was looking at the alternatives to nbprogress, and they all seem relatively hacky implementations of the original lib
ah yea, with this lib you can get the "loader" where you want it and how it should look like. So should be the right thing for you, isn't it?
@B33fb0n3 ah yea, with this lib you can get the "loader" where you want it and how it should look like. So should be the right thing for you, isn't it?
Sloth bearOP
yup i think it'll do 🙂 all the other libs see to be pretty unmaintained or even low download counts these days, debating not even doing the top loader for this client project, I can't even really think of a website that comes to mind that still uses it, I think that trend is kinda gone now
@Sloth bear yup i think it'll do 🙂 all the other libs see to be pretty unmaintained or even low download counts these days, debating not even doing the top loader for this client project, I can't even really think of a website that comes to mind that still uses it, I think that trend is kinda gone now
its a good way to signalise the user that something is loading without the need of a lot of code
@B33fb0n3 its a good way to signalise the user that something is loading without the need of a lot of code
Sloth bearOP
agreed, thanks for the suggestion though!
if this is not a solution for you, feel free to remove the mark. Happy to help