filmov
tv
React Native Redux Demo - Add item to list.

Показать описание
Preparation:
1. npx react-native init ListDemo
2. cd ListDemo
3. yarn add redux
4. yarn add react-redux
6. git init . (Optional. Only if you like using Git.)
Redux:
7. Create the following folders: constants, actions, and reducers.
React-Native:
Execute:
13. react-native run-android
1. npx react-native init ListDemo
2. cd ListDemo
3. yarn add redux
4. yarn add react-redux
6. git init . (Optional. Only if you like using Git.)
Redux:
7. Create the following folders: constants, actions, and reducers.
React-Native:
Execute:
13. react-native run-android