Using props from `getServerSideProps` in components
Unanswered
Little yellow ant posted this in #help-forum
Little yellow antOP
Hi people,
I'm working on a project using the Pages Router and am wondering if there is there a way to pass props from
I can accomplish this using prop drilling and get hydration issues using React's Context API.
Any recommendations or guidance would be appreciated.
Thank you!
I'm working on a project using the Pages Router and am wondering if there is there a way to pass props from
getServerSideProps into components?I can accomplish this using prop drilling and get hydration issues using React's Context API.
Any recommendations or guidance would be appreciated.
Thank you!