Javascript

Understanding the React useMemo Hook — step-by-step Javascript tutorial on Progressive Robot

Understanding the React useMemo Hook

This article will explore how re-rendering works in React, why that is an important consideration for React applications, and how the `useMemo` hook can leverage it to create a performance boost in your applications.

Read more
How To Set Up React Using Webpack 4 and Babel 7 — step-by-step Javascript tutorial on Progressive Robot

How To Set Up React Using Webpack 4 and Babel 7

A common way to learn React is to use create-react-app, which is a lightweight way to bootstrap any React project. But in order to achieve a particular purpose, it is sometimes necessary to configure your application from scratch. In this tutorial, we will be setting up React using Webpack and Babel.

Read more
CHAT