Posts tagged TypeScript

2022

codeStupidly Simple
8 min read

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

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.