Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hunterb123
on Oct 16, 2022
|
parent
|
context
|
favorite
| on:
Moving from React to htmx
What's the issue with using Next/React to build static and SSR web pages?
React doesn't only work for SPA.
ec109685
on Oct 16, 2022
[–]
If that requires full client side re-hydration in order for those SSR pages to become interactive, then the user receives a worse experience.
larrymyers
on Oct 16, 2022
|
parent
[–]
It's also a bit shocking how much javascript and json get loaded client side to facilitate this hydration for Next.js.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
React doesn't only work for SPA.