React Component State : Tutorial for Beginners #8

Опубликовано: 01 Январь 1970
на канале: Lets code with passion
12
2

React Component State : Tutorial for Beginners #8

React is an open source JavaScript library for building user interfaces.
React has a component based architecture.
React is declarative.
React is easy to learn

Components :
Independent and reusable bits of code.
Serve the same purpose as JavaScript functions, but work in isolation and return HTML

Types :

1) Class Component
2) Functional Component

#javascript, #reactjs, #angular, #es6, #interviewquestions