My search for the perfect universal JavaScript framework

It was 2010 when Backbone.js came out. Finally I could write structured code to create full web applications for our users. And with… Read more

Similar

JavaScript Party 108: New Year’s Party

Jerod, Divya, Chris, KBall, & Nick ring in the new year with our 2020 predictions, wish lists, & resolutions. Will Chrome’s browser market share decrease? Will Svelte (or a Svelte-alike) continue to trend? Will Jerod finally write some Typ... (more…)

Read more »

Wait for User to Stop Typing, in JavaScript

Let's say you have a search feature on your website that you want to live-update while the user types. The naive implementation would be to send a query to your server on every keystroke. This quickly falls apart, however, because users easily type faster... (more…)

Read more »