
Use custom React Hooks like `useGlobalEvent` and the `resize` event to build a simple, resizable React component.

React Router Hooks like useParams, useNavigate, useLocation, and useMatch to provide developers with new ways to handle the router state.

Modals are an essential component of mobile app development. Learn how to build a custom scrolling modal with react-native-modalize.

Use React Server Components to effectively manage rendering and build apps that span the server and client.

We explore how to set up and run React and Express together using the concurrently CLI tool for streamlined development workflow.

Improve your React Native application with unit testing: testing small, isolated pieces of code such as individual functions or classes.
Discover four of the best animated icon libraries for React that take their inspiration from the popular Feather icon library.

react-native-ble-manager in a mobile applicationExplore how react-native-ble-manager allows us to enable and scan for Bluetooth Low Energy devices within our React Native application.

Learn to use the useColorScheme Hook in React Native to switch app themes between light, dark, and system modes.

We explore two libraries for integrating powerful search capabilities into React Native apps: React InstantSearch Hooks and Reactive Hooks.

Learn to use CSS Components to create your own composable components, convert them into Hooks, and use them across your React project.

Learn today’s options for managing state in React applications, including built-in hooks and third-party libraries like Redux and MobX.