Build your first React JS Application
Overview
Learn the most popular JavaScript framework on the web by building your first React web app
What you’ll learn:
- React JS
- JavaScript
- How to build a React SPA
- React Router
- Tailwind CSS (JavaScript configurable CSS)
- Responsive web application development
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