What are the React …
 
Notifications
Clear all

What are the React Components?

1 Posts
2 Users
0 Likes
218 Views
0
Topic starter

What are the React Components?

1 Answer
0
Components are independent and reusable bits of code. They serve the same purpose as JavaScript functions, but work in isolation and return HTML. Components come in two types, Class components and Function components, in this tutorial we will concentrate on Function components.
 
Share: