react-cheatsheet

This repo is contains some useful opportunities for work with React.js library

View project on GitHub

Unmounting Lifecycle Methods (Размонтирующие методы жизненного цикла)

[EN]

A component’s unmounting period occurs when the component is removed from the DOM. This could happen if the DOM is rerendered without the component, or if the user navigates to a different website or closes their web browser.

There is only one lifecycle method:

[RU]

Размонтирующий период компонента происходит, когда он удален из DOM. Это могло произойти, если DOM отрисовался без компонента, или если пользователь перемещается по различным веб-сайтам, или закрывает свой веб-браузер.

Здесь представлен только один метод жизненного цикла: