-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
I was playing with React recently and wondering about implement it in my personal Blog.
Then I realized it may be interesting to support it and build the generated Harmonic interface with React.
The currently code generated by Harmonic is kind of (BUZZ WORD ALERT) isomorphic. Basically, all data we have access in the back-end we also have in the front-end.
Sure, it is not well documented and poorly implemented, but I'm using it today on my Blog, and it works.
I've created a simple example using React on the server side and it feels simple (and powerful) enough to implement.
https://github.com/jaydson/react-static
What do you guys think?
//cc @jcemer @UltCombo @felipenmoura
Reactions are currently unavailable