Tag: react

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
React Logo

The top React table libraries to use in 2021

Dev

Here, you can take a look at the top React table libraries in 2021 and narrow down what the best one is for your needs.

Aman Mittal
Feb 15, 2021 ⋅ 10 min read
Storybook Logo

Using Storybook to develop React components faster

Dev

Here, you can learn how to use Storybook, a tool you can add to your workflow to supercharge development in React.

Alec Brunelle
Feb 15, 2021 ⋅ 5 min read
Managing React State With Zustand

Managing React state with Zustand

Dev

Learn how to use Zustand for managing and persisting state within React apps, as well as comparing Zustand to Redux, Jotai, and Recoil.

Lorenz Weiß
Feb 14, 2021 ⋅ 7 min read
React and Angular Logos

Creating compound components in React and Angular

Dev

What is a compound component pattern in React and Angular, and when should you use one? Read on to learn more.

Matthew Swensen
Feb 10, 2021 ⋅ 6 min read