Writing · 3 posts
programming
· 2 min
Managing State in React
useState, what triggers a re-render, and where React state should actually live.
· 2 minReact.js Card
Building a reusable, nestable card component while learning how React composition works.
· 2 minWebSockets in Rust
Part one of a Rust series: a WebSocket server built on the ws crate.