React Day 11: Data Fetching, Forms & Custom Hooks
Day 11 of React series. Master server requests with fetch, handle form inputs (useState, useRef, FormData), and create custom hooks.
Day 11 of React series. Master server requests with fetch, handle form inputs (useState, useRef, FormData), and create custom hooks.
Day 12 of React series. Learn how to use Zustand for efficient, scalable, and boilerplate-free state management in React.
Day 14 of React series. Implement client-side routing with React Router Dom, covering layouts, dynamic paths, and navigation hooks.
Day 15 of React series. Learn how to build and deploy your React application and understand common pitfalls like stale closures.
Day 16 of React series. detailed guide to managing form state and validation efficiently using React Hook Form.
Day 19 of React series. Deep dive into React 19 features including the useId hook, use API, metadata support, and Activity component.
Complete guide to React Authentication. Implement login, logout, protected routes, and silent token refresh using simplified patterns.