Destructuring Props in React

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

Destructuring Props in React
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