Explore the basics of using React Native Elements to speed up development and customize your user interface with visual icons.
When refactoring, it’s essential to have tests in place. Here’s why you should write tests that focus on user interactions.
The React Speech Recognition Hook easily translates speech into text, so your app can perform tasks based on verbal user commands.
Learn how to use Flexbox, a CSS tool that enables you to build layouts to fit multiple screen sizes, in React Native apps.
Aleph.js is an up-and-coming Rust powered framework that aids developers in customizing and deploying webpages in dynamic ways.
Compare newer frontend JavaScript frameworks like Aurelia, hyperHTML, Svelte, and Preact to React, a framework that focuses on user interface.
Dexie.js is a minimalistic wrapper for the IndexedDB API to handle offline data storage in our web applications.
Create a React Native project and use Expo SecureStore to store local data in iOS and Android that’s encrypted and secure.
The NetInfo library offers tools for managing network connection state. This may increase engagement among users with poor web connection.
Here, you can learn how to export an array of objects to an Excel file using a reusable React component.
Use Mirage JS to build a mock API that creates the frontend of your application without having to rely on data from the backend.
React.memo
vs. useMemo
: Major differences and use casesLearn what memoization is, how memoization works in React, and the major differences between React.memo() and useMemo().