The React useCallback hook can help you improve performance of your React apps. It is weird that useCallback hook is one of the hooks that are not discussed as often. In this tutorial, you will learn about what React useCallback is, how it works and how to use it. You will also learn a bit… Continue reading A Quick Guide to React useCallback Hook
Tag: app development
Reacts useRef Hook: What It Is and How to Use It
React useRef hook can be helpful when you need to create mutable variables in your components without causing these components to re-render. For example, store references to elements or some other values. In this tutorial, you will learn about what React useRef hook is, how it works and how to use it.
React useEffect Hook Made Simple
The React useEffect Hook helps you manage side-effects in functional React components. It also makes this task much easier than it used to be. In this tutorial you will learn about what useEffect hook is and how it works. You will also learn how to use it in your React applications.
React useState Hook in Action: What You Need to Know
The React useState hook is one of the most popular hooks in React. This hook makes it easy to manage state within your function components. It is also very simple to use. In this tutorial you will learn what useState hook is and how to use it in your React applications.
Getting Started With React and TypeScript Pt.4 – Tips on Getting Started
Getting started with React and TypeScript can be difficult. There are so many things to learn. Fortunately, it doesn’t have to be. In this article, I will share with you few tips that will help you make this easier. Use these tips and start with React and TypeScript faster.
Getting Started With React and TypeScript Pt.3 – How to Use Interfaces, Components & Hooks
Get started with React and TypeScript today. This tutorial will help you learn about interfaces and how to use them with class and functional components. It will also help you learn how to annotate React hooks. Learn what you need to know to get started with React and TypeScript!