Advertisement
sissou123

Untitled

Mar 16th, 2022
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. React.js is an open-source JavaScript-based user interface library. It is hugely popular for web and mobile app development.
  2.  
  3. React follows the principle of component-based architecture. A component in React is an isolated and reusable piece of code. The components can be of two types – class components and functional components.
  4.  
  5. Before React version 16.8, developers could handle state and other React features only using class components. But with version 16.8, React introduced a new pattern called Hooks.
  6.  
  7. With React Hooks, we can use state, and other React features, in a functional component. It empowers devs to do functional programming in React.
  8. for more:https://gurl.pw/lITw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement