An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.
I needed the ability to run some code between store creation and matching of a route on the server-side.
Example use case: authentication where onEnter (react-router) is used to auth data inside the redux store. Without this addition it was not possible to set auth data into the store before a route is matched.
I needed the ability to run some code between store creation and matching of a route on the server-side.
Example use case: authentication where onEnter (react-router) is used to auth data inside the redux store. Without this addition it was not possible to set auth data into the store before a route is matched.