defaultProps in React Component : Tutorial for Beginners #6
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