https://github.com/gispada/optimize-me
React application that needs optimization. It can be used for learning and exercising.
https://github.com/gispada/optimize-me
optimization performance react
Last synced: 25 days ago
JSON representation
React application that needs optimization. It can be used for learning and exercising.
- Host: GitHub
- URL: https://github.com/gispada/optimize-me
- Owner: gispada
- Created: 2022-01-23T16:54:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T18:02:49.000Z (about 2 years ago)
- Last Synced: 2025-02-10T00:44:21.327Z (over 1 year ago)
- Topics: optimization, performance, react
- Language: JavaScript
- Homepage:
- Size: 445 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimize me
A React application **intentionally** coded to have **performance issues**.
There are three main sections:
- A form;
- A table with basic filters and an interactive cell;
- A list of images that can be edited within a dialog.
Each section has problems that slow down performance when typing and interacting with the UI.
This app can be optimized in different ways; the `solution` branch contains one of the possible optimized versions.