Build your own custom alert message component to display errors, information, and success messages to your users.
Learn why and how to implement a proxy server with Create React App to secure and organize your next React app.
TinyBase is a new state management library that provides a structured, SQL-like approach to data manipulation and uses no dependencies.
useEffect
Hook with lifecycle methodsLearn about lifecycle methods in React and how we can use the useEffect Hook to use lifecycle methods in functional components.
Learn how to enable push notification in React with Firebase in this step-by-step tutorial and example build.
Rendering JSON animations in React can be tricky. We troubleshoot and solve the issues using react-lottie, a plugin for the Adobe Bodymovin extension.
Create React App comes with react-scripts, a handy package that reduces the configuration required to build a React app, and an amazing configuration that makes any developer’s life easier.
Learn how to test React applications with Jest and React Testing Library, a popular combination and official recommendation from React.
Learn how Tic-Tac-Toe is played, scaffold a Next.js project, and learn how to code and play a Tic-Tac-Toe game on our computer.
Here’s a look at the Fresnel package, one of the most efficient ways to implement responsive design for server-side rendering.
Learn how to build a Web3 auth flow in this step-by-step tutorial using popular libraries and platforms like React, Ether.js, and Ceramic.
Learn how to use react-dropzone to create a drag-and-drop component for uploading images. Compare this to the HTML Drag and Drop API method.