On Throw in React

Library authors are doing their best to provide the cleanest APIs while being constrained by the language. Sometimes it results in <em>interesting</em> results. Read more

Similar

Debounce React Events on Inputs

In my day to day, I deal with a lot of React code. One of the most common components I use across the codebase I maintain is a table with search and sorting options. The sorting runs onClick immediately, but the tables (generated from JSON) can often run ... (more…)

Read more »