forked from rupali-codes/LinksHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rupali-codes#1185 from surajmaurya0/linkhub-state-…
…management added react state management tools like redux and recoil
- Loading branch information
Showing
4 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"name": "Learn Rust Programming - Official Docs ", | ||
"description": "Rust is a multi-paradigm, general-purpose programming language that highlights performance, type safety, and concurrency. It enforces memory-safety, ensuring that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages", | ||
"url": "https://www.rust-lang.org/learn/get-started", | ||
"category": "languages", | ||
"subcategory": "rust" | ||
}, | ||
{ | ||
"name": "Learn Rust Programming - Complete Course ", | ||
"description": "In this beginner-level course, you will learn about the core concepts of Rust and underlying mechanisms in theory about the programming language", | ||
"url": "https://www.youtube.com/watch?v=BpPEoZW5IiY", | ||
"category": "languages", | ||
"subcategory": "rust" | ||
}, | ||
{ | ||
"name": "Rust Axum Full Course - Web Development", | ||
"description": "Rust Programming - Full Course for Axum: An Awesome Web Framework for Rust. Not too low-level, not too high-level, well-componentized, complete, and with great ergonomics.", | ||
"url": "https://www.youtube.com/watch?v=XZtlD_m59sM", | ||
"category": "languages", | ||
"subcategory": "rust" | ||
} | ||
] |