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.
- Host: GitHub
- URL: https://github.com/lissone/performance-react
- Owner: Lissone
- Created: 2021-12-18T15:08:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T19:45:26.000Z (over 3 years ago)
- Last Synced: 2025-01-15T12:21:18.156Z (5 months ago)
- Topics: json-server, memo, nextjs, react, react-virtualized
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Performance on React
Description |
Requirements |
Technologies |
Usage
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## 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