the-road-to-learn-react / react-interval-setstate-unmounted-component-performance

Example on removing intervals (or listeners) on unmounted React Components

Home Page:https://roadtoreact.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-interval-setstate-unmounted-component-performance

Build Status Slack Greenkeeper badge

Showcasing how to remove intervals (or listeners) on unmounted React components. Read more about it.

Installation

  • git clone git@github.com:the-road-to-learn-react/react-interval-setstate-unmounted-component-performance.git
  • cd react-interval-setstate-unmounted-component-performance
  • npm install
  • npm start
  • visit http://localhost:3000

About

Example on removing intervals (or listeners) on unmounted React Components

https://roadtoreact.com


Languages

Language:JavaScript 76.3%Language:HTML 19.1%Language:CSS 4.6%