|
|
|
|
|
by fabian2k
2470 days ago
|
|
How do you handle the drawback that changing the context will rerender all components that use the context? Putting too much state into a single context does seem like it could cause performance issues, especially with state that changes often. |
|
In a single view (for lack of a better term), I'd guess the largest number of components that access either context is six.