"Terms" that you should know as a React Developer
1. Component
Component is a piece of UI (User Interface). A component could be as small as anchor tag (<a href="#">) or larger as entire page. React component names must always start with a capital letter while HTML can be lowercase.
function MyLink(...
shivamabraham.hashnode.dev2 min read