@textpress/freactal
v2.4.2
Published
Major changes:
Downloads
2
Readme
Fork of freactal
Major changes:
Effects can return an async reducer; that is, the value you provide for each key in your
effects
object is:- A function that takes
effects
and any arguments you pass to it at the call site and returns... - A promise that resolves to...
- A function that takes in state and returns...
- A promise that resolves to...
- The updated state.
- A function that takes
New
finalize
effect, triggered on unmount (symmetry withinitialize
)New
willRecieveProps
effect, will be called when component receives new propsFix for
TypeError: Cannot redefine property: ...
bug triggered by a presence of computed props