Component in React JS
React components can be categorized into several types based on their functionality and purpose in a React application. Here are some common types of React components:
Functional Components
Written as plain JavaScript functions.
Used for simple UI...
saifur-rahman-mahin.hashnode.dev7 min read