DEV Community

Cover image for Minimum requirements for Learning React.
Shivanshi Srivastava
Shivanshi Srivastava

Posted on

Minimum requirements for Learning React.

React is Javascript library for building very powerful interfaces, so the minimum basic requirements that are needed for starting your journey as React Developer are:

  1. HTML (JSX uses HTML tags)
  2. CSS ( For styling your application)
  3. Javascript (Good understanding of Javascript features specially ES6)

And you are good to go!!

Top comments (0)