/redux-react-native

:iphone: Simulation of an e-commerce in React Native, to learn about Redux and Redux-Saga

Primary LanguageJavaScript

GoStack

“Never give up. Great things take time. Be patient.”

About   |    Install   |    Result   |    License

💡 About

React Native application to study redux and redux-saga, where we made a cart from a shoe store. Technologies used:

for code pattern i used:

and to debug errors:

💻 Install

Clone

git clone https://github.com/victorvf/redux-react-native.git

React Native -> (I developed this application using my own cell phone(ANDROID), then the access settings are with my machine address, we will have to modify them.)

- src/config/ReactotronConfig.js -> .configure({ host: 'your host' })
- src/services/api.js -> baseURL: 'http://yourhost:3333'

- yarn install

- yarn android

- yarn start

JSON Server

- yarn json-server server.json -p 3333

💥 Result

GoStack

📝 License

this project is under the MIT license. See the archive LICENSE for more details.