Skip to content

Commit

Permalink
updated copy in motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Mar 7, 2020
1 parent 32865f3 commit cb24389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Yes, as an alternative you _can use_ the React Context API directly.

- Creating and instrumenting the React Context.

- Maintaining the imports and exports of the `Provider` and `Context` (especially cumbersome if you have multiple models).
- Maintaining the imports and exports of the `Provider` and `Context`.

This is especially cumbersome if you have multiple models.

With **mobx-store-provider** model instances as well as access to their `Provider` and `Context` are managed for you through a simplified and terse API.

Expand Down

0 comments on commit cb24389

Please sign in to comment.