@watchable-react - v0.1.0

React extension packages for @watchable/store-react

Coverage Status

About watchable-react

This monorepo holds some utilities to streamline app development when using @watchable/store. Read the API documentation here

@watchable-react/request

npm (scoped) npm NPM

This package has the useRequest hook that tries to simplify HTTP request management in a watchable store. It deals with caching and status management out of the box.

@watchable-react/store-hooks

npm (scoped) npm NPM

This package is a collection of React hooks that takes away some of the boilerplate associated with writing the store.

  • usePartition creates a new partition and returns with it's watched value and setter function

Generated using TypeDoc