Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zawlinnnaing/gc-in-react-demo


https://github.com/zawlinnnaing/gc-in-react-demo

Last synced: 16 days ago
JSON representation

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
```