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
Seed initial data to SWR for the dynamic pages. (ie, pages/items/[id].jsx) .
It can be done using a combination of getStaticPaths and getStaticProps. It also needs all the ids of the posts showing on the pages.
Seed initial data to SWR for the dynamic pages. (ie, pages/items/[id].jsx) .
It can be done using a combination of
getStaticPathsandgetStaticProps. It also needs all the ids of the posts showing on the pages.