react-redux-isomorphic-example
react-redux-isomorphic-example copied to clipboard
An isomorphic example built with react and redux , see readme for detailed instructions
Hi I am using Redux-Promise in my application to get data delivered via a 3rd party JSON. How would I set that up (in case if its any different compared...
PLease, Could you help me to deploy project to production server.
Was curious did you develop have any detailed guide or tutorial for building this app, would greatly benefit lots of React/Redux newbies.
Hello @coodoo 👋 , I am the author of [isomorphic-webpack](https://github.com/gajus/isomorphic-webpack). `isomorphic-webpack` is an abstraction used to re-use JavaScript code between server and client. Its been quietly maturing in garage for...
With Node 6.9.1 & npm 3.10.8: ``` git clone [email protected]:coodoo/react-redux-isomorphic-example.git npm i npm start ``` gives: ``` > [email protected] start /Users/steve/dev/kv/node/qna/react-redux-isomorphic-example > node server/index.js /Users/steve/dev/kv/node/qna/react-redux-isomorphic-example/node_modules/babel-core/lib/transformation/file/index.js:600 throw err; ^ SyntaxError: /Users/steve/dev/kv/node/qna/react-redux-isomorphic-example/common/components/ProductDetail.jsx:...
A possible solution to the pop the page gets when loading the client side components
Hi @coodoo For `$ npm run start2` I needed to make this change Amazing project thanks!
cause of `components={{main: Index, cart: null}}`, the `current[key]` is null and then the app crashed.
Hi author :) First, Thanks for sharing. Can you help me add meta document (dynamic with product item) for facebook share (require sever-side render meta document). Thanks so much.