codeStupidly Simple
10 min read
Why bother making code more complicated than it can be?
Why bother making code more complicated than it can be?
Higher-order components composed at their call site
One of React's key strengths is the simplicity of JSX
What do you do if an <ol> doesn't start from one?
A little-known relic from the Promises/A+ specification can be (ab)used to define import hooks.
This classic function can take on many forms with just three lines of code.
A sorting algorithm so simple and inefficient, it's bound to rescue your interview.
useReducer's dispatch isn't really like Redux - you can do whatever you want with it. Avoid having to write useMemo boilerplate.