Tag: react

Top Testing Libraries React 2021

Top testing libraries for React in 2021

Dev

Testing your applications ensures quality performance and erases bugs. Explore the top testing libraries to find which best fits your project.

Fortune Ikechi
Mar 17, 2021 ⋅ 6 min read
React Logo Over a Bookcase

Successful refactoring with React Testing Library

Dev

When refactoring, it’s essential to have tests in place. Here’s why you should write tests that focus on user interactions.

Tyler Hawkins
Mar 15, 2021 ⋅ 7 min read
React Speech Recognition

Using the React Speech Recognition Hook for voice assistance

Dev

The React Speech Recognition Hook easily translates speech into text, so your app can perform tasks based on verbal user commands.

Akshay Rana
Mar 9, 2021 ⋅ 5 min read
React Logo

The noob’s guide to useState

Dev

Using React Hooks, like useState, allows you to ditch class-based components, but are you cultivating bad practice? Find out here.

Sonny Recio
Mar 4, 2021 ⋅ 8 min read
Top Javascript Frameworks vs. React

Comparing the best new JavaScript frameworks to React

Dev

Compare newer frontend JavaScript frameworks like Aurelia, hyperHTML, Svelte, and Preact to React, a framework that focuses on user interface.

Hafsah Emekoma
Mar 2, 2021 ⋅ 9 min read
Using Dexie.js in React Apps for Offline Data Storage

Using Dexie.js in React apps for offline data storage

Dev

Dexie.js is a minimalistic wrapper for the IndexedDB API to handle offline data storage in our web applications.

Ebenezer Don
Feb 25, 2021 ⋅ 8 min read
Surge Logo

How to auto-deploy frontend applications to Surge using continuous deployment

Dev

Learn how to deploy frontend applications to Surge with Git hooks and Travis CI, a tool for continuous integration and deployment.

Okewole Oluwatobi
Feb 24, 2021 ⋅ 4 min read
React Logo

Build a reusable React component to export arrays to Excel

Dev

Here, you can learn how to export an array of objects to an Excel file using a reusable React component.

Linda Ikechukwu
Feb 19, 2021 ⋅ 8 min read
miragejs-tutorial-mocking-apis-react

Mirage JS tutorial: Mocking APIs in React

Dev

Use Mirage JS to build a mock API that creates the frontend of your application without having to rely on data from the backend.

Samaila Bala
Feb 18, 2021 ⋅ 9 min read
React Logo

React.memo vs. useMemo: Major differences and use cases

Dev

Learn what memoization is, how memoization works in React, and the major differences between React.memo() and useMemo().

Adebola Adeniran
Feb 18, 2021 ⋅ 5 min read
vue-composition-api-vs-react-hooks

Vue Composition API vs. React Hooks

Dev

Vue API and React Hooks handle state and the reuse of logic in components. Examine each to determine which program is best for your needs.

Favour Vivian Woka
Feb 16, 2021 ⋅ 5 min read
React Query 3

What’s new in React Query 3

Dev

Here, you can learn what React Query is and what new features have been added in its latest iteration: React Query 3.

Lawrence Eagles
Feb 16, 2021 ⋅ 6 min read