Articles
How Much Frontend Framework Do You Actually Need?
There is a point in the life of a small frontend application where...
When Does a Vanilla JavaScript Application Need Structure?
A vanilla JavaScript application can start remarkably simply. You might have an index.html, an app.ts, a few modules...
How to Structure a Small SPA
A small single-page application can stay surprisingly simple, but there is a point where simplicity starts working against you...
Direct DOM Manipulation vs. Virtual DOM: What's the Difference?
If you've worked with modern frontend frameworks, you've probably heard that applications should not manipulate the DOM directly...