DEV Community

Utsab Official
Utsab Official

Posted on

Daily React Learning -2

Day-2:πŸ‘¨β€πŸ’»πŸ”₯
(React)

Today, I learned about state management (useState) and event handling in React.I explored how state works and its importance. I learned handling events like onClick and onChange. I also used .map() to dynamically render lists from state array. Concept and implementation of conditional rendering.

Tasks:

  • Built a Counter App with increment, decrement, and reset functionality.
  • Created a simple form that takes user input and displays it dynamically.
  • Enhanced my To-Do List by adding the ability to delete tasks dynamically.

That's it for today! πŸš€

Top comments (0)