my notes.
State Management
Studying Recoil to avoid re-renders caused by using Context API. It is overall a better way to manage state
March 16, 2025
Context API
A way to pass props to only the components that need them but with a slight problem
March 1, 2025
Prop Drilling
When we have to pass props through a bunch of components that don't need them just to get it to the right place
February 27, 2025
Hooks
🪝
February 3, 2025