React JS Log Blog - Prologue

React JS Log Blog - Prologue

ยท

1 min read

Hello Fellow Codenewbies ๐Ÿ‘‹

I am learning React.
This would be a series of posts logging my learning journey and it would be updated gradually as I learn something new.

What Is React?

React is a JavaScript library for building user interfaces.
-- ReactJS docs

Prerequisite

  • Basic knowledge of HTML & CSS

  • Basic knowledge of DOM

  • Strong fundamentals in modern Javascript (ES6 and above)

Author's personal opinion:
The best way is for you to learn and understand basic modern Javascript before diving into React.
But you can also take the hard way by picking up modern Javascript and learning it along the way with React. It will take more time, but it's doable.

Tools