react-view
react-view copied to clipboard
isomorphic example?
Can you put together a simple isomorphic example?
This looks pretty good but I want to make sure I can render both client and server side if need be.
Correct me if i'm wrong, but I think this example should suffice? Parameters are passed from the server here and client here. Since JS is rendered on client and server, I assume this counts as isomorphic :)
cc @dead-horse