From b13ac153654a53f44ca8dcc1ee8fd2f145dd3410 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 17 Jun 2021 09:18:33 -0700 Subject: [PATCH] Update README.md --- packages/astro/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/astro/README.md b/packages/astro/README.md index 263a2f26b..6b82f0bfc 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -117,8 +117,9 @@ Frontend state management depends on your framework of choice. Below is a list o Our goal is to support all popular state management libraries, as long as there is no technical reason that we cannot. - **React/Preact** + - [x] **[Recoil](https://recoiljs.org/): Full Support** + - [x] **[Jotai](https://jotai.pmnd.rs/): Full Support** - [ ] **Redux: Partial Support** (Note: You can access a Redux store directly, but full `react-redux` support requires the ability to set a custom `` wrapper to every component island. Planned.) - - [x] **Recoil: Full Support** - **Svelte** - [x] **Svelte Stores: Full Support** - **Vue:**