React Basics
React is a flexible JavaScript library for building user interfaces which allows you to compose complex UIs from small and isolated pieces of code which are called “components”.
Components are independent and reusable. They can either be JavaScript f...
mdarif.hashnode.dev1 min read