Explore select libraries in React, including React Select and alternatives like Downshift, Choice.js, and more.
Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.
Check out these different ways to deploy a React app for free, including using Vercel, Firebase, and Cloudflare Pages.
The useReducer React Hook is a good alternative to tools like Redux, Recoil, or MobX.
useState
in React: A complete guide`useState` is a React Hook that allows you to have state variables in functional components.
React, Angular, and Vue.js are open source frontend JavaScript frameworks for building web applications.
Learn how and when to force a React component to re-render, exploring methods like `setState`, `forceUpdate`, and `key` prop manipulation.
In this tutorial, you will learn how to upgrade and refactor your React application to the latest version without having […]
Explore geolocation in React Native and build an app that displays the user’s location on a map and sends it to an external source.
Learn how to build a splash screen in React Native for both iOS and Android apps, and edit its background color.
Explore best practices for typing `children` props in TypeScript in both functional and class-based components.
dangerouslySetInnerHTML
in a React applicationThe `dangerouslySetInnerHTML` property in a React application is the equivalent of the `innerHTML` attribute in the browser DOM. Learn more in this guide.