Hacker News new | past | comments | ask | show | jobs | submit login

> Is it reasonable to consider react when you just want to add some interactions and dynamism to a page that was rendered server side?

Not if you want to reuse the server-generated markup. You can use it for little pieces in an otherwise static page, but it needs to own rendering of those pieces.




On some platforms you can render your React components server-side and have the JS take over. ReactJS.net, for example, has this capability.




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

Search: