We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6783b33 + 704833c commit 84faed5Copy full SHA for 84faed5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdevhome.github.io",
3
- "version": "2.0.34",
+ "version": "2.0.35",
4
"scripts": {
5
"dev": "vite",
6
"build": "tsc && vite build",
src/links.json
@@ -856,6 +856,11 @@
856
"icon": "redux",
857
"color": "#764ABC"
858
},
859
+ {
860
+ "title": "Jotai",
861
+ "url": "https://jotai.org",
862
+ "description": "Atomic state management library for React similar to Recoil."
863
+ },
864
865
"title": "Recoil",
866
"url": "https://recoiljs.org",
0 commit comments