universal-react-redux-boilerplate icon indicating copy to clipboard operation
universal-react-redux-boilerplate copied to clipboard

Step by step creation of a Universal React + Redux Boilerplate

Results 7 universal-react-redux-boilerplate issues
Sort by recently updated
recently updated
newest added

why we use isomorphic-fetch ? why not axios ? how we can use axios ?

I've been playing with this boilerplate for a while but still don't quite understand how the code for the server is built. I noticed that some of the files i...

How to add private/protected routes in order to add authenticate routes? Also, how would I redirect to route based on certain conditions authorized vs unauthorized routed?

After much trial and error I've been able to understand the approach to universal rendering a bit better and setup additional loaders to work correctly with isomorphic tools :) Now...

I understand that client-side webpack could resolve files (like SVG) but server-side it'll try to require() parse the files instead. Would universal-react-redux-boilerplate be any help there? Alternatively, what's the recommended...

> \ does not support changing `store` on the fly. It is most likely that you see this error because you updated to Redux 2.x and React Redux 2.x which...