Component Design Patterns: The Problem with Props
Props are an incredibly useful technique when it comes to passing data down to child components. However, as an application scales and components get bigger, relying solely on props can often end up creating more problems than one might realize. In t...
philipdevblog.hashnode.dev5 min read