paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

Simplify redux config #174

Closed 7aos closed 8 years ago

7aos commented 8 years ago

Example: https://github.com/taosbeta/react-engine-starter

Server side: https://github.com/taosbeta/react-engine-starter/blob/master/config/config.json#L16

Client side mounting: https://github.com/taosbeta/react-engine-starter/blob/master/public/views/client.js#L7

Store connect: https://github.com/taosbeta/react-engine-starter/blob/master/public/views/app.js#L16