Shiva Pandey
Results
3
comments of
Shiva Pandey
In the routes.js file. Try this: ``` const routes = require('next-routes') module.exports = routes() .add('/post/:id/:title', 'postPage') ``` In your post page you will be able to get the id &...
Any updates on this? or workaround?
An easier way to think about this is it controls the data sent from server. It can be whole component or methods that fetch data. `unstable_noStore()` tells Next.js which data...