Eventually, we should render the React client on the server side for the first page load, and ship the rendered HTML to the browser. This makes faster page loads, and enables clients that don't allow JS. This depends on #10.
This is a stretch goal, and is really just to get practice with isomorphic react apps.
Eventually, we should render the React client on the server side for the first page load, and ship the rendered HTML to the browser. This makes faster page loads, and enables clients that don't allow JS. This depends on #10.
This is a stretch goal, and is really just to get practice with isomorphic react apps.