KefirReact
also gets third argumentLoaderComponentClass
- API was completely changed
KefirReact
is component factory(props$, Component) => WrappedComponent
Use kefir-combine-object to create props$
- Now it uses
render
method in props instead ofchildren
- Fixed double subscribing to stream
- Use
debounce
prop to debounce updating component for new values in streams. Useful for atomic updates of multiple streams bound to one component
It has been completely rewritten to use wrapper component
- Uses wrapper instead of mixin
- KefirReact.js renamed to kefir-react.js
- Always adds
getInitialState
, setsundefined
if not a property or no value
- Support all versions of kefir