Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 15, 2022 06:14 am GMT

How to Get Started With React A Beginner's Guide

React js is a javascript library and it is also termed as a framework because it can be directly be compared with javascript frameworks like angular , view.

Most people including me used react because of its huge community support and you can find many article and solutions like this about react js everywhere on goggle.

I used react js because it was so popular and in demand , but after using it I felt that this is the fastest way to design web apps and It was amazing experience while coding because now frontend is not only about designing but it is also about implementing business logics and techniques.

Many developers want to learn react but learning react can be difficult if you directly jump into in without learning basics of Javascript.

Some of the terms to be learned before diving into react js are :

HTML

Learn basics of HTML 5 like div tags , classes and ids of HTML and stuffs like semantic tags as (section , aside , header , footer);

CSS

Learning CSS helps to learn react js faster cause styling is necessity for front-end developers.

JAVASCRIPT

Learning basics of Js is important as what we use is only ES6 stand for EcmaScript 2015. Learn following things in ES6 like : map method , filter method , template strings , var , let , const , hoisting , arrow functions , this keyword , class in js , OOP in js , destructuring etc.

REACT DOCS

Learn react docs more than anything in world then you feel react js is so easy that a common man learn do it within months.

Conclusion

Now, create more projects like todolist, ecommerce website, api covid tracker and many crud projects to be used in react.


Original Link: https://dev.to/rajivchaulagain/get-started-with-react-js-1nkb

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To