Top "Isomorphic-javascript" questions

Isomorphic web sites can be run on both the server and in the browser.

Facebook React.js: how do you render stateful components on the server?

I think I'm conceptually missing something with server-side rendering using React.js Assume I want to create a page to …

reactjs isomorphic-javascript
Different main entry point in package.json for node and browser

In isomorphic react app I have myModule which should behave differently on node and browser environments. I would like configure …

javascript reactjs webpack isomorphic-javascript react-starter-kit
react-engine vs other template engines

I was wondering to use paypal's React Engine (https://github.com/paypal/react-engine), but I have some doubts: What are …

reactjs template-engine isomorphic-javascript react-engine
Managing 'window' object in Isomorphic App with ReactJS and Flask Python

I am developing an application with Flask Backend with ReactJS front. ReactJS app has been developed and bundled with webpack. …

flask reactjs webpack serverside-javascript isomorphic-javascript
React + Flux and Server-side rendering? (Isomorphic React + Flux)

What is the general practice of setting the initial state of the app with isomorphic applications? Without Flux I would …

javascript express reactjs flux isomorphic-javascript
Node.js React: Can't add property context, object is not extensible

I am currently trying to implement an isomorphic react component in my node.js + express build. However, when I try …

javascript node.js express reactjs isomorphic-javascript
react.js don't render until ajax request finish

I have a pretty simple React.js component which I need to make an isomorphic (rendered on the server). The …

javascript ajax reactjs isomorphic-javascript
React Starter Kit and Material UI: userAgent should be supplied in the muiTheme context for server-side rendering

With the React Starter Kit, I add Material UI as follows: npm install material-ui --save and the following import to …

reactjs isomorphic-javascript material-ui react-starter-kit