Stupidly Simple

2022

codeStupidly Simple
10 min read

Why bother making code more complicated than it can be?

codeStupidly Simple
8 min read

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

codeStupidly Simple
7 min read

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

codeStupidly Simple
8 min read

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

codeStupidly Simple
Computer ScienceICan’tBelieveItCanSort
5 min read

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

codeStupidly 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.