Skip to content

Lissone/performance-react

Repository files navigation

Performance on React

Description   |    Requirements   |    Technologies   |    Usage


License Repo size Top lang Stars repo Forks repo Pull requests Last commit

Report bug · Request feature


Description

This project was created to study more about the rendering process in React and ways of optimization, using Memo, useMemo, react virtualized, and other useful fundamentals for complicated situations.

Requirements

Technologies

  • NextJs
  • Typescript
  • Sass
  • React virtualized
  • Json server (fake api)

Usage

You can clone it on your pc using the command:

git clone https://github.com/Lissone/performance-react.git
cd performance-react

Install dependencies using:

yarn
#or
npm install

Run application:

yarn dev
#or
npm run dev

License

Distributed under the MIT License. See LICENSE for more information.

Made with ❤️ by Lissone