diff options
author | 2021-06-17 09:18:33 -0700 | |
---|---|---|
committer | 2021-06-17 09:18:33 -0700 | |
commit | b13ac153654a53f44ca8dcc1ee8fd2f145dd3410 (patch) | |
tree | d87c6662ffd000e3c6cc42f92656338700a4ab44 | |
parent | 6573bea8d4c56603f133367529daa56e44ef99ad (diff) | |
download | astro-b13ac153654a53f44ca8dcc1ee8fd2f145dd3410.tar.gz astro-b13ac153654a53f44ca8dcc1ee8fd2f145dd3410.tar.zst astro-b13ac153654a53f44ca8dcc1ee8fd2f145dd3410.zip |
Update README.md
-rw-r--r-- | packages/astro/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 `<Provider>` wrapper to every component island. Planned.) - - [x] **Recoil: Full Support** - **Svelte** - [x] **Svelte Stores: Full Support** - **Vue:** |