CodeNewbie Community 🌱

Cover image for Beginners guide to create-react-app
Ravina Deogadkar
Ravina Deogadkar

Posted on

Beginners guide to create-react-app

Hi everyone! This is the very first post of mine on hashnode. Hope it will guide most of the beginners to start with their react journey.

Moving forward, let's look at the basic question What is React? React is not a framework, it is a Javascript library used for the frontend development of a website.

Why? A framework is a platform for developing software applications. It contains a set of core libraries, code compiler, and other programs used for development. Whereas on another hand, a library refers to a single unit consist of the pre-defined function used as a part of the framework. React is a library that can be used along with other libraries for software development. It does not provide a platform or compiler for development.

You can continue reading at https://ravina.hashnode.dev/beginners-guide-to-create-react-app-1-ckjpz1oqu0gag9ds1dzf7aoa2

Top comments (0)