Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
swah
on April 30, 2014
|
parent
|
context
|
favorite
| on:
Why you might not need MVC with React.js
Are most folks using ReactJS on production running NodeJS to render the first view on the server, or just server the JS and generate everything client side?
(I'm not a particular fan of JS on the server-side yet..)
reverius42
on May 1, 2014
[–]
I've used React on Node on the server side to pre-render the initial HTML. It works great and integrated pretty seamlessly.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(I'm not a particular fan of JS on the server-side yet..)