https://github.com/zawlinnnaing/gc-in-react-demo
https://github.com/zawlinnnaing/gc-in-react-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zawlinnnaing/gc-in-react-demo
- Owner: zawlinnnaing
- Created: 2023-09-18T17:32:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T05:49:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T18:12:13.604Z (3 months ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Garbage collection
This is a repository for demonstrating Memory Leaks and GCC(Garbage Collection Cycle) in a react app.
## Development
### Pre-requisites
Following program needs to be installed before running this repository locally.- Node.js
### Setup
- Install dependencies
```sh
npm install
```- Start dev server
```sh
npm run dev
```