React Design Patterns You Cannot Miss
Here is a list of design patterns in React I have picked up over the years working with React based technologies.
High Order Components
These takes a component as a prop, applies some logic and returns the same component with extra properties.
It is ...
mrprince88.hashnode.dev3 min read