Resources
Some resources & tools I have found useful.
The standard library in Rust is not "batteries included", This recommended crate directory is a hand-curated guide to the crates.io ecosystem, helping you choose which crates to use.
https://blessed.rs/cratesClean Architecture in Next.js: A Complete Implementation Guide
This video by Lazar Nikolov provides a complete guide on implementing clean architecture in Next.js. It is a great resource for developers looking to build scalable applications.
https://www.youtube.com/watch?v=jJVAla0dWJoCreate full-stack apps that start working immediately and are progressively enhanced with client-side interactivity.
https://book.leptos.dev/A collection of browser-compatible SVG spinners that can be easily sourced in your projects.
https://github.com/rayliwell/svg-spinnersThe Better Way to Manage React State
recently found this package and wanted to try it out in my own apps asap. I'm having a pretty good time with it, and you might too. It's great for anything you want to persist after refreshing the page or share through URLs (like what page you're on, if a popup is open, which options you picked, etc).
https://www.youtube.com/watch?v=ULVdCzFj9Bo