What is React and how to build your first hello world app
React is a free, open source front-end JavaScript Library which is used to build user interfaces.
React is ;
- Component Based:
It lets you build complex UIs from small and isolated pieces of codes called "Components".
- Declarative:
You can...
parultiwari.hashnode.dev2 min read