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

React, redux, react-router, graphql, postgres, koa, universal starter-kit

Results 4 react-universal issues
Sort by recently updated
recently updated
newest added

Hi, I've been working on https://github.com/guidsen/react-simple-universal that solved the boilerplate involved with universal React Apps. Although it doesn't include all the functionality that is included in this repo (yet), I'm...

Would be interested how you might set this up in Feb 2016. Would you still use Redux for state management given recent advancements in Relay? Also, you can now do...

On the past week I decided to choose Relay as state manipulator on the client side. Before it was Redux as well-advertised. But I spent some time to investigate GraphQL...

Hello, you've came a long way, but please consider implementing the following app structure: ``` app ---| admin ---| error ---| www ``` The idea is that we eventually run...