Hacker News new | ask | show | jobs
by icecube 3933 days ago
Martyjs is a flux framework that allowed us to easily write isomorphic javascript. We were able to get React to render all pages serverside. The stores would get serialized and sent to the client where the client would then boostrap itself.