TodoMVC
Usage
Clone this repository:
Install and run it:
Open http://localhost:3000 in your browser.
How It Works
This example is exactly the same as Redux TodoMVC. The only difference is that you need not to worry about unregistered reducers anymore and they're automatically code-splitted.
To make it works, wrap every page with createPage()
as follows:
To use it in your component, you can do the following:
Note: ensure each reducers has unique name within your application
Last updated