ReactTheory
ReactTheory
ReactJS is one of the most popular JavaScript front-end libraries which has a
strong foundation and a large community.
--> React Native- with the help of it we can develop Mobile Application- Means can
work in IOS and Android in both.
-->Component - React is all about component. and every Component have their own
logic and design.
-> components --> components are the core building block of the
application .
-> every component have their own logic and design
-> Types of component
-> Function Component :- we can't manage state in function component. But in
react hooks 16.8 verson , we can manage states but we discuss later.
-> component name is start with capital letter