DEV Community

Cover image for Daily React Learning- 1
Utsab Official
Utsab Official

Posted on

Daily React Learning- 1

Day-1:👨‍💻🔥
(React)

Today i learned how react works and renders ui based on state
and props.JSX and how it is used in writing code. Passing props
to components.

Task: I tried to make To-doList that add new items to the list and
displays all the added items in a list.This helped me learn how to
use state and handle user input.

That's it for today!

Top comments (0)