
Learn how to quickly create a new react app with the Create React App resource.
Let's take a deeper dive into the app that's been created for us to truly understand how it all works together.
Create your first React component and learn about props and passing data into your components.
Let's talk about the difference between class based React and hooks. Then create a stateful component using react hooks.
Let's start creating an animation mobile menu component. We'll also add a JavaScript configurable CSS framework to your React application/
Use a state hook to hide and show a mobile menu component.
Animate the menu component with React Spring.
React JS, built by Facebook is the most popular JavaScript framework. Take a project based approach to learning, by creating your first React Application.
In this course we'll build a mobile first web application that covers topics such as:
Creating a React single page app with npx create-react-app
JavaScript configurable CSS
Animated components
React Router
HTTP requests with Axios
Creating your own custom hooks for React