from-v0-to-v1
Last updated
Was this helpful?
Last updated
Was this helpful?
v0.x
to v1.x
After a long testing period in several production websites the Noflux project became stable and bugless and it is time to release the v1.x !
The aim of Noflux v1.x is providing a stable, reliable and pure state management library and keep it simple, stupid.
It's very easy to upgrade Noflux v1 if you are using v0.x because few changes are introduced.
Many APIs are removed in v1.x, including:
state.load
@pure
@Connect
The change
event was removed and please use set
instead.
@connect
now support all React component types now:
Component
PureComponent
Stateless Component