DEV Community

Cover image for What is React?🧐
Manisha Batesar
Manisha Batesar

Posted on

What is React?🧐

Hi everyone πŸ‘‹,

I recently started learning React.
When I first heard about React, I thought it would be tough
Because people kept saying, β€œReact is hard,” but it is used everywhere,
so I decided to give it a try.

Slowly, I realized that React is actually very interesting
React is a JavaScript library to build user interfaces
It lets you create small reusable components, like buttons, headers, or todo items
Each component does one job, which makes code clean and easy to manage

One thing I really love about React is components
Each part of the page can be a small component, like a button, a header, or a todo item
This makes my code easy to understand and clean, even when the project grows
It felt magical at first , but now it just makes sense

I’m still learning
But I’m excited to build more projects and share what I learn here!

Thanks for reading ❀️

Top comments (0)