Description
In this course, you will :
- Learn React’s popular JSX markup language, combining HTML and JavaScript and get quickly trained on breaking down large applications into much smaller component based solutions that you can re-use throughout your code.
- Understand how ‘props’ and ‘state’ work, more importantly understand what the exactly are, what they do and why they are necessary.
- Learn how to easily manage your data using State and build complex applications, and become that entrepreneur who knows how to curate your tech team, or address your consultancy.
Syllabus :
- Using Create React Native App to build a boilerplate
- Loading the app on your phone
- Classes, Inheritance and Instances
- What is State ? How Does State Work ?
- Creating First Component - Input Component
- What are props ?
- Adding a button with a callback to the input
- What is an API request, lets make one using promises
- Pass data from child to parent, single source of truth
- Load in Tinder Style Swipe Cards
- Join everything together to create a full functional app
- Source code for the course
- Little bit of styling