What you'll learn:
- Build larger apps using Redux
- Understand the reasoning behind Redux
- Understand Redux reducers
- Understand Redux actions
- Understand how to connect the Redux store to your React components
- Understand how to use Redux Thunk middleware to make async API calls
Learn how to use Redux in React Native from the ground up- build great apps based on the knowledge you will gain in this course!
- Learn how to use Redux in React Native
- Why use Redux at all?
- When to use Redux
- Learn how to create Redux Actions, Reducers, Store and start using it in your apps!
- Learn how to use API's using Redux Thunk
In the course we will first create a basic counter app in React Native to understand and grasp the basic Redux concepts.
After that, we will learn how to use Redux middleware such as Redux Thunk and call a public open API.