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

12 lines
317 B
Markdown
Raw Normal View History

2018-10-12 20:00:59 +00:00
---
title: Get State from the Redux Store
localeTitle: Получить статус из магазина Redux
---
## Получить статус из магазина Redux
`getState()` данные из хранилища с помощью `getState()` .
```react.js
let currentState = store.getState();
```