Skip to main content

Command Palette

Search for a command to run...

Learning React n°1

Updated
1 min read
O

Hey, I'm Olly! I'm a programmer and web developer from France. I love JavaScript, Nodejs and i specialize in the MERN stack.

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. %[ https://www.udemy.com/course/build-your-first-react-js-application/]

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!