Skip to content

Commit f3ed378

Browse files
authored
Merge pull request #34 from webdevhome/add-rust-crates
Add more links, update React Newsletter link
2 parents 13daa95 + f0241bd commit f3ed378

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
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-vite",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@
190190
"searchUrl": "https://pkg.go.dev/search?q={search}",
191191
"searchConcat": "+"
192192
},
193+
{
194+
"title": "Rust Crates",
195+
"url": "https://crates.io",
196+
"description": "Rust package directory",
197+
"icon": "rust",
198+
"color": "#000000",
199+
"searchUrl": "https://crates.io/search?q={search}",
200+
"searchConcat": "%20"
201+
},
193202
{
194203
"title": "Dart Packages",
195204
"url": "https://pub.dev",
@@ -608,6 +617,13 @@
608617
"icon": "react",
609618
"color": "#61DAFB"
610619
},
620+
{
621+
"title": "Preact",
622+
"url": "https://preactjs.com",
623+
"description": "Fast and small alternative to React with the same API.",
624+
"icon": "preact",
625+
"color": "#673AB8"
626+
},
611627
{
612628
"title": "Create React App",
613629
"url": "https://create-react-app.dev",
@@ -723,6 +739,11 @@
723739
"icon": "redux",
724740
"color": "#764ABC"
725741
},
742+
{
743+
"title": "Recoil",
744+
"url": "https://recoiljs.org",
745+
"description": "An experimental new state management library for React by Facebook Open Source."
746+
},
726747
{
727748
"title": "MobX",
728749
"url": "https://mobx.js.org",
@@ -737,6 +758,13 @@
737758
"icon": "apollographql",
738759
"color": "#311C87"
739760
},
761+
{
762+
"title": "React Query",
763+
"url": "https://tanstack.com/query",
764+
"description": "Powerful asynchronous state management for TS/JS, React, Solid, Vue and Svelte.",
765+
"icon": "reactquery",
766+
"color": "#FF4154"
767+
},
740768
{
741769
"title": "Axios",
742770
"url": "https://axios-http.com",
@@ -938,7 +966,7 @@
938966
]
939967
},
940968
{
941-
"name": "Languages and runtimes",
969+
"name": "Browser languages",
942970
"items": [
943971
{
944972
"title": "Sass",
@@ -1000,7 +1028,12 @@
10001028
"url": "https://babeljs.io",
10011029
"icon": "babel",
10021030
"color": "#F9DC3E"
1003-
},
1031+
}
1032+
]
1033+
},
1034+
{
1035+
"name": "Server languages",
1036+
"items": [
10041037
{
10051038
"title": "Node.js",
10061039
"url": "https://nodejs.org/en",
@@ -1665,7 +1698,7 @@
16651698
},
16661699
{
16671700
"title": "React.js Newsletter",
1668-
"url": "http://reactjsnewsletter.com",
1701+
"url": "https://reactnewsletter.com",
16691702
"icon": "react",
16701703
"color": "#61dafb"
16711704
},

0 commit comments

Comments
 (0)