rokot-react-router-redux
Rokot - Rocketmakers TypeScript NodeJs Platform
Introduction
A typescript library for easily consuming react-router-redux from the server and the browser.
The Rokot platform components heavily rely on usage of the typings utility for typescript definitions management. If you don't have
typings
installed:
npm i typings -g
Getting Started
Installation
Install via npm
npm i rokot-react-router-redux --save
Typings
You will also need these ambient dependencies:
NOTE: you might already have some of these ambient dependencies installed!
typings install react redux -SA
Server Example
;;;;; ;app.useExpressServer.renderIsomorphicreducers, appFactory, routeFactory, middlewares
Browser Example
;;;;; Browser.renderreducers, routeFactory, middlewares, browserHistory;