Skip to content

Commit

Permalink
remove useSyncExternalStore shim mention from quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
bowheart committed May 14, 2024
1 parent ee07e87 commit 115310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/walkthrough/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pnpm add @zedux/react # pnpm

The React package (`@zedux/react`) contains everything you need to use Zedux in a React app - the [core store model](https://www.npmjs.com/package/@zedux/core), the [core atomic model](https://www.npmjs.com/package/@zedux/atoms), and the React-specific APIs.

`@zedux/react` has a peer dependency on React. It's heavily tested on React 18+ and makes use of the [`useSyncExternalStore()` shim](https://www.npmjs.com/package/use-sync-external-store) to support React versions 16.3.0 and up.
`@zedux/react` has a peer dependency on React. It supports React version 18 and up.

## Meet the Atoms

Expand Down

0 comments on commit 115310f

Please sign in to comment.