Skip to content

tylerlong/subx-demo-todomvc

Repository files navigation

React & SubX TodoMVC Example

SubX is the next generation state container which could replace Redux and MobX. It is flexible yet easy to use.

Use react-subx if you want to use React together with SubX.

Credit

This TodoMVC application was created by Tyler Long.

Minimize rendering

SubX can minimize rendering, it is one of its strengths. React components will not render until absolutely necessary.

In development mode, we can watch the rendering by execute the following in browser console:

render$.subscribe(console.log)

Todo

Cannot enter Chinese when editing todo