Next.js Discord

Discord Forum

Using props from `getServerSideProps` in components

Unanswered
Little yellow ant posted this in #help-forum
Open in Discord
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 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!

0 Replies