Update README.md

This commit is contained in:
Fred K. Schott 2021-06-17 09:18:33 -07:00 committed by GitHub
parent 6573bea8d4
commit b13ac15365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:**