Instructor
Chris Achard

About
Links
Courses

This course will teach you everything you need to know about JavaScript to get started programming mobile apps in React Native. No knowledge of React Native is required - but the course is designed to teach you all the basics ...

In this course, you will start with a basic Todo List application, and extend with using a variety of advanced React Native features. These techniques include how to animate parts of your app, how to structure your application,...

In this course, you will take an existing React Native application, and modify it to use Redux instead of local state. Redux is a state management library, and is often used with React Native to simplify data flow within an app...

In this course, you will build a cross-platform React Native application using JavaScript. You will build a ToDo list application that will communicate with a remote API (which is written in Node.js - and is also available for...