Articles in this series
The module pattern in javascript allows you to split up your code into smaller, reusable pieces along with keeping certain values within your file...
Render props is a design pattern in React where components’ logic is encapsulated in a prop that a component calls to render its output. Let’s...