How to pass data (i.e. an object) from one page to the other?
Unanswered
Pygmy Nuthatch posted this in #help-forum
Pygmy NuthatchOP
Is there a way to pass data that was fetched from an API from one page to another page in Next.JS app?
I used something similar in 'react-router-dom' package with the useNavigation and useLocation hooks to store data in browser history api
I used something similar in 'react-router-dom' package with the useNavigation and useLocation hooks to store data in browser history api