Overview
Learn to build cross-platform mobile apps with React Native. Start from the basics of components, props, and state, then progress to styling, event handling, and lifecycle management—all with hands-on, practical examples.
Syllabus
- Course 1: Introduction to Mobile Development with React Native
- Course 2: Core Components in React Native
- Course 3: Introduction to Props and Event Handlers in React Native
- Course 4: General Overview of Component Lifecycle in React Native
Courses
-
This course introduces you to mobile development using React Native, a popular framework for building cross-platform mobile applications. You'll learn the basics of React Native, including components, JSX, and TSX, and how to style your applications effectively.
-
In this course, you'll explore the core components of React Native hands-on by creating components to help you throughout your Space Journey!
-
This course covers the fundamentals of props and event handlers in React Native. You'll learn how to pass data between components using props, handle user interactions with event handlers, and implement these concepts in practical examples.
-
Discover the component lifecycle in React Native with this course. You'll learn about mounting, updating, and unmounting components using hooks like useEffect, and best practices for managing side effects and optimizing performance.