/react-code-smells-examples

This repo is dedicated to the React code smells examples

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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

  • Not cancelling lasting effects Watch

  • Redundant useCallbacks Watch

  • Redundant structures in the components Watch

  • Redux store code smells Watch

How to install

To install the app

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