Stupidly Simple

2022

code Stupidly Simple
JavaScript Reducers, Explained
10 min read

Why bother making code more complicated than it can be?

code Stupidly Simple
8 min read

One of React's key strengths is the simplicity of JSX

code Stupidly Simple
7 min read

What do you do if an <ol> doesn't start from one?

code Stupidly Simple
8 min read

A little-known relic from the Promises/A+ specification can be (ab)used to define import hooks.

code Stupidly Simple
Computer Science ICan’tBelieveItCanSort
5 min read

A sorting algorithm so simple and inefficient, it's bound to rescue your interview.

code Stupidly Simple
6 min read

useReducer's dispatch isn't really like Redux - you can do whatever you want with it. Avoid having to write useMemo boilerplate.