freeCodeCamp/guide/russian/certifications/front-end-libraries/redux/get-state-from-the-redux-store/index.md

317 B
Raw Blame History

title localeTitle
Get State from the Redux Store Получить статус из магазина Redux

Получить статус из магазина Redux

getState() данные из хранилища с помощью getState() .

let currentState = store.getState();