From 14421c875c016698cd984a8b9226022b04f617f4 Mon Sep 17 00:00:00 2001 From: DrMint Date: Wed, 2 Nov 2022 22:20:54 +0100 Subject: [PATCH] Changed the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5dbba8..66c6045 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ - Support for Container Queries (media queries at the element level) - The website has a three-column layout, which turns into one-column + 2 toggleable side-menus if the screen is too narrow. - Check out our [Design System Showcase](https://accords-library.com/dev/showcase/design-system) -- State Management: [React Context](https://reactjs.org/docs/context.html) +- State Management: [Jōtai](https://jotai.org/) + - Jōtai is a small-weighted library for atomic state management - Persistent app state using LocalStorage and SessionStorage - Accessibility - Gestures using [react-swipeable](https://www.npmjs.com/package/react-swipeable)