TodoMVC
Last updated
Last updated
Clone this repository:
Install and run it:
Open in your browser.
This example is exactly the same as . 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