horizon-react
Advanced tools
Changelog
v0.3.3
Changelog
v0.3.0
Changelog
v0.2.0
subscribe
with one function to state and data, connector is now a HOC instead of a wrapper functionhorizon
client can now be passed as horizon
prop to Connector
in order to define the client outside.Changelog
v0.1.2
{
todos: {
query: (horizon, props) => horizon('todos').find({ ... }).limit(props.limit)
}
}
Changelog
v0.1.1
Changelog
v0.1.0
createDoc
and deleteDoc
subscribe
enhancer
{
query: (horizon, props) => horizon('todos').find({ ... }).limit(props.limit),
name: 'todos'
}
Connector
now uses "ready" state of horizon collection to determine whether app should be rendered or notConnector
allows to pass or omit horizon props object