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
I don't think it's compatible with nextjs. Originally I wanted to implement this with for my Gatsby website, that is also using a similar file based routing strategy. It didn't work out because Gatsby unmounts everything on location change. So, as far as I know it only works with something plain like create react app.
thanks for the info, next js unmounts everything on location change too but i think its still possible to do that by finding a way to implement properly finding out the current viewport and such,
not sure, i was working on it but failed :(
it will be much nicer to have a demo explaining the usage with next js
The text was updated successfully, but these errors were encountered: