React 18

Last Updated: 9/24/2023

React Ecosystem

  • React is just a library and not a framework like Angular or Vue
  • Library is a tool that provides specific functionality
  • Framework is a set of tools and provide guidelines for building app
  • Since React is just a library and not a framework, we often need other tools for concerns such as
    • Routing,
    • Http
    • State management,
    • Internationalization,
    • Form validation
    • Animations