React Day 2: Understanding Hooks & State Management
Day 2 of React series. Learn the rules of Hooks, manage state with useState, and handle list rendering with map().
Day 2 of React series. Learn the rules of Hooks, manage state with useState, and handle list rendering with map().
Learn to use useMotionValue, useSpring, and useTransform to create high-performance interactive animations without re-renders.
Day 7 of React series. Master direct DOM manipulation with Refs and rendering outside the main tree with Portals.
Day 9 of React series. Master the useEffect hook for handling side effects, lifecycle events, and data fetching.
Go beyond basic enter animations. Use the useInView hook to run custom logic and side effects when elements become visible.
Day 10 of React series. Deep dive into performance optimization techniques using memo, useMemo, and useCallback.
Create immersive scroll-driven experiences by transforming motion values based on scroll position.
Day 12 of React series. Learn how to use Zustand for efficient, scalable, and boilerplate-free state management in React.
The ultimate cheat sheet for Framer Motion hooks. Quickly find the right hook for your animation needs.
Day 16 of React series. detailed guide to managing form state and validation efficiently using React Hook Form.