lynnaloo / mullet

Mullet Stack: Facebook in the front. Walmart in the back. (React, Hapijs, Node)
http://www.mullet.run
MIT License
194 stars 39 forks source link

Adding serverside rendering with hapi-react-views #37

Closed leftieFriele closed 8 years ago

leftieFriele commented 8 years ago

Added sample along side the original for serverside rendering using hapi-react-views.

This is just simple rendering, I could make an isomorphic version too if you think it's worth while.

franvarney commented 8 years ago

:+1: for isomorphic version

lynnaloo commented 8 years ago

Thanks for this @leftieFriele! I really like what you did here (and a few people have requested this), but for now I want to keep the rendering on the client in the master branch. What do you think about maintaining an isomorphic fork (iso-mullet!) and I'll link to it from the README.md here for those who are looking for an isomorphic example?

leftieFriele commented 8 years ago

Thanks for the reply. I think it'll be hard for me to keep up with changes you make to the project in a fork, so I'll give that a pass for now. Feel free to use the code for am isomorphic mullet project or similar :)

lynnaloo commented 8 years ago

I added a link to this branch to the README.md. Thanks again!