Caching pages for user with nextjs 15 and supabase
Unanswered
Nile Crocodile posted this in #help-forum
Nile CrocodileOP
I'm developing an app which has all dynamic data, but I want to cache some of the data for the user temporarily. The data comes from Supabase and is specific to the user.
The app is a work hours/log tacker. If you look at the video on every navigation it shows the loading state, I want to only show the loading state on first navigation to the route, and then subsequent navigations will be cached for the user. Is this possible and if so how? The app is on github at https://github.com/ahmetskilinc/work-hours-web
The app is a work hours/log tacker. If you look at the video on every navigation it shows the loading state, I want to only show the loading state on first navigation to the route, and then subsequent navigations will be cached for the user. Is this possible and if so how? The app is on github at https://github.com/ahmetskilinc/work-hours-web