DEV Community

Cover image for React JS Log Blog - Prologue
Ayu Adiati
Ayu Adiati

Posted on

React JS Log Blog - Prologue

Hello Fellow Codenewbies 👋

I start to learn React recently.
This would be a series of posts logging my learning journey in React.
The series 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 fundamental in modern Javascript (ES6 and above)

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

Tools

  • NodeJS & npm installed globally
  • Chrome or Firefox Extentions: React Developer Tools
  • VSCode extention: ES7 React/Redux/GraphQL/React-Native snippets by dsznajder (optional)

Top comments (2)

Collapse
 
nickytonline profile image
Nick Taylor

You can also create a series if you like Ayu. For more information, see this great post from our community member, Nathan Kallman (@kallmanation ).

Collapse
 
adiatiayu profile image
Ayu Adiati

Thank you, Nick! 😄