Reading List
- Command Palette Interfaces
The command palette seems to be making a resurgence. I couldn't be happier. It's one of my favorite UI patterns.
- You Don’t Need Permission
I was pleasantly surprised to hear from Suresh, an ex-student I’ve known for a long time. A U.S. citizen he was now the head of sales and marketing for a company in London selling medical devices t…
- `useMemo` and Stable Values
Kyle Shevlin
A short explanation on how I use `React.useMemo` to stabilize values for re-renders.