Skip to content

Commit 84faed5

Browse files
authored
Merge pull request #68 from webdevhome/add-jotai
Add Jotai
2 parents 6783b33 + 704833c commit 84faed5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io",
3-
"version": "2.0.34",
3+
"version": "2.0.35",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,11 @@
856856
"icon": "redux",
857857
"color": "#764ABC"
858858
},
859+
{
860+
"title": "Jotai",
861+
"url": "https://jotai.org",
862+
"description": "Atomic state management library for React similar to Recoil."
863+
},
859864
{
860865
"title": "Recoil",
861866
"url": "https://recoiljs.org",

0 commit comments

Comments
 (0)