Skip to content

Instantly share code, notes, and snippets.

@alonbardavid
Created October 9, 2019 17:43
Show Gist options
  • Save alonbardavid/8b6e7944a1c1fcd97ad731c9a33a68e4 to your computer and use it in GitHub Desktop.
Save alonbardavid/8b6e7944a1c1fcd97ad731c9a33a68e4 to your computer and use it in GitHub Desktop.
Why use mobx gist 5
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