This commit is contained in:
Kenneth Chau 2019-03-01 08:07:30 -08:00 коммит произвёл GitHub
Родитель 78886d334b
Коммит a1702331e3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ In this step, we introduce but one useful library that works with Redux: [`react
## The official React Redux binding: `react-redux`
That's right, Redux doesn't only work with React. It can also be used with Vue.js, Angular, and React Native, to name a few.
That's right, Redux doesn't just work with React. It can also be used with Vue.js, Angular, and React Native, to name a few.
### `<Provider>` component