Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You have it reversed. SSR in react without RSC gives you access to data and state on the client. That's what the hydration does. RSC strips it out to make the bundle smaller. There is no hydration
 help



I mean the state from the client, like cookies and URL params. You can get access to that in SSR through the framework specific APIs like getServerSideProps in Next, but it’s not a great solution.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: