An open API service indexing awesome lists of open source software.

https://github.com/lissone/performance-react

Project created to study performance to react.
https://github.com/lissone/performance-react

json-server memo nextjs react react-virtualized

Last synced: 3 months ago
JSON representation

Project created to study performance to react.

Awesome Lists containing this project

README

        


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

- [Nodejs](https://nodejs.org/en/)
- [Npm](https://www.npmjs.com/)
- [Yarn](https://yarnpkg.com/)

## Technologies

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

## Usage

You can clone it on your pc using the command:

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

Install dependencies using:

```bash
yarn
#or
npm install
```

Run application:

```bash
yarn dev
#or
npm run dev
```

## License

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


Made with ❤️ by Lissone