React for absolute beginners
Ditulis pada: January 09, 2019
Coupon Details
React for absolute beginners, Learn React from scratch with hands-on projects
Created by Bluelime Learning Solutions
What you'll learn
- Setup local react development environment
- Access react library from CDN
- Understand what components
- Create components
- Create components in ES6
- Convert component functions to ES6 Class
- Understand Props
- Use props with components
- Understand JSX
- Use JSX as an expression
- Use child elements in JSX
- Nest JSX elements
- Understand state
- Adding a state to a class
- Build simple react projects