How to fetch data with React Hooks
A tutorial on fetching data in React using only built-in Hooks like useState and useEffect, without third-party libraries.
A tutorial on fetching data in React using only built-in Hooks like useState and useEffect, without third-party libraries.
A guide to using React 19's useActionState hook for form validation, error handling, and resets in a contact form example.
A curated list of links covering .NET, Azure, React, Git, and other software development topics, tools, and industry news.
A guide to using React's useContext hook for efficient state management and communication between components.
Comparing Zustand and React Context for state management, discussing Zustand's global scope limitations and use cases for scoped state.
Explores methods to detect the on-screen keyboard in iOS Safari, focusing on viewport monitoring and input focus for PWAs.
A guide on testing API calls in React components using React Testing Library and Jest, covering both success and failure scenarios.
A beginner React tutorial on creating and controlling a select dropdown, from basic HTML to a reusable component.
A guide to React Higher-Order Components (HOCs), focusing on conditional rendering and functional programming principles.
A tutorial on creating a custom React Hook to synchronize component state with the browser's local storage.
A custom React Hook to calculate and return the scrollbar width, useful for resolving layout issues in applications.
A guide to creating a custom React Hook that detects if an element's content is overflowing vertically or horizontally.
A guide to using a Higher-Order Component (HOC) with React Router to conditionally redirect users, improving performance by running logic before hooks.
A tutorial explaining how to use the useContext Hook in React to consume context and avoid prop drilling.
A beginner-friendly React tutorial on creating, controlling, and reusing checkbox components with state management.
Explains the future of React class components, recommending function components with hooks for modern development while assuring legacy support.
A tutorial on implementing middleware for React's useReducer Hook, including a custom hook example.
A guide explaining the differences between React's useEffect and useLayoutEffect hooks and when to use each one.
Learn how to implement React Context API for global state management in Next.js applications without external libraries.
Introduces merced-react-hooks, a library offering custom React hooks for state management, localStorage, and lifecycle to reduce boilerplate.