Skip to content

Instantly share code, notes, and snippets.

@alonbardavid
Created October 9, 2019 17:50
Show Gist options
  • Save alonbardavid/bdc94077e2c044368c4862512d3b6528 to your computer and use it in GitHub Desktop.
Save alonbardavid/bdc94077e2c044368c4862512d3b6528 to your computer and use it in GitHub Desktop.
Why use mobx gist 3b
function App(){
return <PostsContext.Provider>
<NotificationsContext.Provider>
<AuthenticationContext.Provider>
... ad nauseum
</AuthenticationContext.Provider>
</NotificationsContext.Provider>
</PostsContext.Provider>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment