What you'll learn:
- Understand fundamental React concepts
- Use some of ES6/ES7 JavaScript features
- Use de-facto standard routing solution for React applications - React Router
- Maintain and organize their React code base
This is ashort introductory course which will teach you the magic of React. React is a JavaScript library, which lets you build user interfaces using separate components.
You'll learn how to set up your own React environment in just matter of minutes and learn such concepts as:
- React elements
- JSX
- Components
- Props
- State
- Lifecycle methods
- Containers
- Form and input managing
- Conditional Rendering
- React Router V4