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

https://github.com/officialrajdeepsingh/react-rerender

Check React rerender in component in reactjs.
https://github.com/officialrajdeepsingh/react-rerender

devtools react react-devtools

Last synced: 25 days ago
JSON representation

Check React rerender in component in reactjs.

Awesome Lists containing this project

README

        

[https://medium.com/frontendweb/how-to-check-which-component-re-render-in-react-js-1d30355f41cb](https://medium.com/frontendweb/how-to-check-which-component-re-render-in-react-js-1d30355f41cb)

## Getting Started

First, clone the project with git.

```bash
git clone https://github.com/officialrajdeepsingh/React-rerender.git
# or
gh repo clone officialrajdeepsingh/React-rerender
```
Install the node package in React Re-render
```bash
npm install
# or
yarn install
# or
pnpm install
```
Run your development server:

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