React component patterns to use based on need (Part 2) Part 1 discussed what design patterns are, how they have evolved over the years in React, and what questions we need to ask that will define our components’ needs. In this article, let’s focus on the next set of questions that we can ponder upon.
Table of contents
Are many components expected to adhere to a hierarchical structure?Are we sending the same set of props to multiple components?SummaryFurther readingSort: