Skip to main content

Introduction

React Fast Hooks is a library that provides a set of hooks that are optimized for performance. The hooks are designed to be as fast as possible and to minimize the number of re-renders.

Installation

Install react-fast-hooks using your preferred package manager.

Using npm
npm install react-fast-hooks
Using Yarn
yarn add react-fast-hooks