Skip to main content
Side panel
Home
More
Log in
Home
Programming
Summary
Course info
React
What is the concept of React?
React is
a declarative, efficient, and flexible JavaScript library for building user interfaces
. It lets you compose complex UIs from small and isolated pieces of code called “components”.
Teacher:
Uzair Ali