Sunday, August 16, 2020

REACT JS

ReactJs Features:

  • Component based approach
  • Uses declarative approach
  • DOM (Data Object Model) updates handel gracefully
  • Reusable code
reactjs
React is javascript library for building user interfaces i.e. UI. It is an open source at JS conference.

No comments:

Post a Comment

TODO PROJECT IN REACT JS USING ARRAY HOOK, COMPONENT AND SPREAD OPERATOR

 App.jsx import   React , {  useState  }  from   "react" ; import   TodoList   from   "./TodoList" ; const   App  = ()  ...