Skip to content

Commit e56ff0b

Browse files
committed
feat: add Jotai resource to categories
1 parent 0e6d79e commit e56ff0b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
35.9 KB
Loading

src/resources.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,13 @@ export const categories: Category[] = [
710710
url: "https://codemask-labs.github.io/stan-js/",
711711
logo: "/media/logos/state-management/stan-js.svg",
712712
},
713+
{
714+
name: "Jotai",
715+
description:
716+
"Primitive and flexible state management for React applications.",
717+
url: "https://jotai.org/",
718+
logo: "/media/logos/state-management/jotai.png",
719+
},
713720
],
714721
},
715722

0 commit comments

Comments
 (0)