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

https://github.com/drag13/react-code-smells-examples

This repo is dedicated to the React code smells examples
https://github.com/drag13/react-code-smells-examples

Last synced: 5 months ago
JSON representation

This repo is dedicated to the React code smells examples

Awesome Lists containing this project

README

          

# React Code Smells example

## About

This is curated list of react code smells. All examples can be found in the ./src/examples

## List of smells

- Setting calculated value to the state [![Watch](y.svg)](https://youtu.be/TioGnP_62oA)

- Not cancelling lasting effects [![Watch](y.svg)](https://youtu.be/ldT5V0fqYdk)

- Redundant useCallbacks [![Watch](y.svg)](https://youtu.be/by2ThDcOQog)

- Redundant structures in the components [![Watch](y.svg)](https://youtu.be/vsIeKWSOQSM)

- Redux store code smells [![Watch](y.svg)](https://youtu.be/Z5jFWDOTiMw?feature=shared)

## How to install

To install the app

- clone the repo,
- install dependencies
- start the app