Hacker News new | ask | show | jobs
by pcmaffey 2795 days ago
The other angle to solving this problem would be adding lifecycle methods to React.Context (instead of using render props), which could eliminate the need for multiple contexts. Making Consumer contexts more efficient & composable.
1 comments

We've thought about a spectrum of solutions and plan to present more proposals soon.