|
|
|
|
|
by danabramov
2792 days ago
|
|
This has been suggested in the RFC discussion (https://github.com/reactjs/rfcs/pull/65). We intentionally didn't do it for several reasons: * It adds extra object allocations on every render which adds up when your project grows * It's harder to express in a type system (e.g. Flow or TypeScript) You can use the low-level Consumer API to read multiple contexts but in this particular shortcut we're not going to support it. |
|