Learning React n°1

Hello everybody!

So i started learning react a couple weeks ago, but i hadn't created my hashnode blog at that point, so here is were i am up too:

→ Created very basic Todo app which taught me about components and props

<TodoList todo={todo} />

→ Learnt about certain hooks

[todos, setTodos] = useState([])

Today I started following the 'Build your first React JS Application' Udemy course. %[ udemy.com/course/build-your-first-react-js-..

I am not building a specific project, just following the tutorial, but i do hope do build some project of my own ASAP

PS: swapped to yarn package manager npm install --global yarn

That's it for today!