Hacker News new | ask | show | jobs
by hamxiaoz 4527 days ago
Any demo? Or I guess it's at the end of the series.
3 comments

You can see a little demo of React + Express + Browserify + server side rendering + routing with History API — https://github.com/andreypopp/react-app-express
This deserves its own blog post.

You can probably skip explaining client.js (which seems to be stuff one can learn from React's docs) and just dive in to server.js and the npm packages that you wrote that this app uses.

I've been uninterested in React but really like the idea of server-side rendering for js-heavy apps. Besides Rendr, do you know of any other similar libraries/frameworks?

I have an example of React with websockets and level-db if you want to check it out.

https://github.com/wookimiii/leveldb-with-react

i've been learning a little about both react, meteor and using them together: https://github.com/cslarson/react-meteor-server-example