Reading List
- React Query as a State Manager
Everything you need to know to make React Query your single source of truth state manager for your async state
- Automating a software company with GitHub Actions
This post shows how a good CI solution can automate your engineering workflow and help you focus on actual challenges instead of chores. PostHog does…
- A Visual Guide to React Rendering - It Always Re-renders
Contrary to popular belief, by default, react component doesn’t care whether its props changed or not. It will always re-render when its parent renders.