# SyncState React

### Introduction

`@syncstate/react` lets your React components read data from a [SyncState](https://syncstate.github.io/) store and dispatch actions to the store using hooks.

### Provider

[See here](https://syncstate.github.io/docs/provider) for usage.

### useDoc()

[See here](https://syncstate.github.io/docs/use-doc) for usage.


### Example

[A basic Todo example](https://syncstate.github.io/docs/todo-app-example) demonstrating the use of `Provider` and `useDoc`
