Lecture 4 B
Lecture 4 B
DEVELOPMENT
BCS/BSE – 6
Instructor Name:Aatiqa Bint e Ghazali
REACT FUNDAMENTALS
NOTE
• We are learning step by step moving towards becoming a better react
native developer
• We can’t just show funky beautiful screens in one go
• Instead focus on basics of JS and all things you need to know about react
native app dev first
• Then make big things
• React Native runs on React
• a popular open source library for building user interfaces with JavaScript.
• To make the most of React Native, it helps to understand React itself.
CORE CONCEPTS BEHIND
REACT
• components
• JSX
• props
• State
• There are other concepts also we will study them later on
YOUR FIRST COMPONENT