Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.04 KB

File metadata and controls

13 lines (9 loc) · 1.04 KB

react-asynchronous-request-setstate-unmounted-component

Build Status Slack Greenkeeper badge

Showcasing how to prevent to set state on unmounted React components when having an asynchronous request in place. Read more about it.

Installation

  • git clone [email protected]:the-road-to-learn-react/react-asynchronous-request-setstate-unmounted-component.git
  • cd react-asynchronous-request-setstate-unmounted-component
  • npm install
  • npm start
  • visit http://localhost:3000