Learn the fundamentals like components, state, props, lifecycle methods, CSS, lifting state, etc.
This course includes
- 1-hour on-demand video
- 2 articles
- 2 downloadable resources
- Full lifetime access
- Access on mobile and TV
-
Certificate of Completion
- Skill level: Beginner Level
- Students: 1182
- Languages: English
- Captions: Yes
- Lectures: 28
- Video: 1 hour
What you’ll learn
- What is React and why is it so popular?
- Install Node and NPM and what they do
- The difference between state and props
- How to create parent and children components
- Using ES6 in React
- Simple Styling in React
- The concept of lifting up state
- Building production-ready assets
- Learn to react in one hour
Contact / Consult / Hire React.JS Developer
Description
In this course you will quickly learn all the basics of React and using NPM! Here are some notes about react from the landing page:
“React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
Declarative views make your code more predictable and easier to debug.”
“Build encapsulated components that manage their own state, then compose them to make complex UIs.
Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.”
“We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code.
React can also render on the server using Node and power mobile apps using React Native.”
Are there any course requirements or prerequisites?
- HTML – Understand Basic HTML elements
- CSS – Basic knowledge of what a class is
- Basic JavaScript
Who this course is for:
-
Beginner Web Developers
-
Beginner React Developers