Frontend Development ยท React
What is a common mistake with context and shared state in React?
A common mistake is putting frequently changing, unrelated application state into one large context, causing broad re-renders and tightly coupled consumers.