Resources

Some resources & tools I have found useful.

Blessed.rs

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/crates

Clean 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=jJVAla0dWJo

The Leptos Book

Create full-stack apps that start working immediately and are progressively enhanced with client-side interactivity.

https://book.leptos.dev/

SVG Spinners

A collection of browser-compatible SVG spinners that can be easily sourced in your projects.

https://github.com/rayliwell/svg-spinners

The 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
Page one