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 … Read more
Similar
At its core, React is just JavaScript. It doesn't need a build system or fancy syntax. And with just two functions, it lets you create something amazing... (more…)
Read more »
I’ve seen several ways for handling events in React, however, handling them with higher-order functions is so much more elegant when you need to pass additional arguments:
Tada! (more…)
Read more »
cljs-react-perf - Performance experiments w/ CLJS React libraries and techniques. (more…)
Read more »
People often say to 'move files around until it feels right', but what does 'right' even mean? Let's learn in this article. (more…)
Read more »
Behavioral Programming is a new paradigm that changes how we think about developing software. Programs are constructed in an incremental-fashion where newly ... (more…)
Read more »