What is a presentational component in React?
A presentational component is a component that just renders HTML. The component's only function is presentational markup. In a Redux-powered app, a presentational component does not interact with the Redux store. The presentational component accepts ...
omarsaade.hashnode.dev1 min read