Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds Browser support section to the main readme #1562

Merged
merged 1 commit into from
Jun 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,12 @@ For the same reason you can use it out of the box both server and client side, i

The result of this is that you often need to learn less new concepts when using MobX in comparison to other state management solutions.

---
### Browser support

MobX >=5 runs on any browser with [ES6 proxy support](https://kangax.github.io/compat-table/es6/#test-Proxy). On older environments such as IE11 or Node.js 4 it throws an error on startup.
MobX <=4 runs in any ES5 compatible environment-so IE9 an up.

---

## Credits

Expand Down