Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.89 KB

react.md

File metadata and controls

47 lines (39 loc) · 1.89 KB

React

React Logo A JavaScript library for building user interfaces.

Concepts to Learn

Feel free to mark as completed - [x] Concept name every concept you've already fully understand. To learn a new concept go to the resources section and read/practice about it. As soon as you have fully understood all the concepts on this chapter go to the next chapter.

  • One-way data flow
  • Virtual DOM
  • JSX
  • Components
  • Render method
  • Props
  • State
  • Event handlers
  • Conditional rendering
  • Forms
  • PropTypes
  • Refs
  • Lifecycle methods
  • Stateless functional components
  • Nested components
  • High order components (HOC)

Resources

Tutorials

Excercises

Tools

References

Next chapter