From 115310fac812d63e223f58eeb21bdcec70544ee9 Mon Sep 17 00:00:00 2001 From: Joshua Claunch Date: Tue, 14 May 2024 16:06:07 -0400 Subject: [PATCH] remove `useSyncExternalStore` shim mention from quick start --- docs/docs/walkthrough/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/walkthrough/quick-start.mdx b/docs/docs/walkthrough/quick-start.mdx index 5a278cf3..f761c42c 100644 --- a/docs/docs/walkthrough/quick-start.mdx +++ b/docs/docs/walkthrough/quick-start.mdx @@ -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