Modern frontend development has normalized an absurd amount of complexity.
Want to build a real-time app or simulation game?
Apparently you now need:
React or Vue
Virtual DOM rendering
Modern frontend development has normalized an absurd amount of complexity. Want to build a real-time...
Modern frontend development has normalized an absurd amount of complexity.
Want to build a real-time app or simulation game?
Apparently you now need:
React or Vue
Virtual DOM rendering

Over four years ago I started building something that most developers told me shouldn't work. A...

You'd think building a browser game requires a stack of dependencies. Phaser, PixiJS, maybe Three.js....

I got tired of translating Figma screens and UI screenshots into JSX before I could touch any real...

React Query's refetchInterval turns a polling requirement into a one-liner. Here's the whole frontend, explained.

Replacing a map editor sounds like a frontend task. It is not. A browser-based RPG map editor lives...

Kill the loading spinner with local-first data and reactive SQL.