React is a popular client-side development library from Facebook. React makes it easy to create reusable components and render them in a web page or in a native mobile application.
This course focuses on React web development. We take a detailed look at how to create components using pure React and using JSX, and then take a detailed look at how to implement statefulness and asynchrony in large-scale applications.