Posts Tagged "React"
Bridging the Gap - My Journey Understanding React's useSyncExternalStore
How I tackled state inconsistencies by diving deep into useSyncExternalStore, moving beyond useEffect for safer external state integration in React.
Read Post
That Time I Over-Engineered Image Loading in React
A deep dive into my 2018 React image loading component, what I got wrong, and how web standards have evolved to make it all unnecessary.
Read Post
Understanding Frame Rate Control & The Lag Rabbit Hole - A Journey with My Canvas Game
A deep dive into frame rate control and performance optimization in a Canvas-based paddle game, featuring solutions to common timing issues and lag problems.
Read Post