Testing your React app is a necessity, but testing Hooks can get a bit complicated. Learn how to test Hooks multiple ways in this guide.
The new React Native architecture uses JavaScript Interface (JSI) to improve our app’s speed and performance.
Learn how to build Snapchat-like AR face mask filters for your React Native apps in this step-by-step tutorial.
We show how to use Goxgen to scaffold a full-stack React app. See how to integrate React with Go and modify Goxygen to suit your project requirements.
This article covers how to use GitHub Pages to convert a React app into a static website, as well as how to create a custom domain.
Bun is a JavaScript runtime that offers a rich set of features, great speed, and is comparable to Node.js and Deno.
Explore the React.memo API, learn the differences between functional and class components in React, and then review pure components.
Implement React Suspense to manage async operations, and compare it with other async rendering methods such as the `useEffect` and `useEffect Hooks`.
React Native encryption libraries have a lot to offer in terms of providing smooth security checks for your Expo apps. Learn about it here.
debug
methodUse the React Testing Library debug method, and the `logRoles` and `logTestingPlaygroundURL()` methods to identify and analyze test errors.
Explore the top rich text editors for React, including ProseMirror and Quill, and compare them based on learning curve, plugins, mobile support, and more.
Using an in-app browser can vastly improve UX in mobile apps. Learn how you can use react-native-inappbrowser-reborn to do just that.