Skip to content

Commit

Permalink
Readme / sponsor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 5, 2018
1 parent f944b54 commit b5c0ce0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MobX is proudly sponsored by Mendix, Coinbase, Facebook Open Source and many [in
* MobX >=5 runs on any browser with [ES6 proxy support](https://kangax.github.io/compat-table/es6/#test-Proxy). It will throw an error on startup on older environments such as IE11, Node.js <6 or React Native Android on old JavaScriptCore [how-to-upgrade](https://github.com/react-community/jsc-android-buildscripts#how-to-use-it-with-my-react-native-app).
* MobX 4 runs on any ES5 browser and will be actively maintained. The MobX 4 and 5 api's are the same and semantically can achieve the same, but MobX 4 has some [limitations](#mobx-4-vs-mobx-5).

_Tip: the main entry point of the MobX 5 package ships with ES5 code for backward compatibility with all build tools. But since MobX 5 runs only on modern browsers anyway, consider using `lib/mobx.es6.js`. For example by setting up a webpack alias: `resolve: { alias: { mobx: __dirname + "/node_modules/mobx/lib/mobx.es6.js" }}`_
_Tip: the main entry point of the MobX 5 package ships with ES5 code for backward compatibility with all build tools. But since MobX 5 runs only on modern browsers anyway, consider using the faster and smaller ES6 build: `lib/mobx.es6.js`. For example by setting up a webpack alias: `resolve: { alias: { mobx: __dirname + "/node_modules/mobx/lib/mobx.es6.js" }}`_

## Translations

Expand Down
2 changes: 2 additions & 0 deletions sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Want to sponser MobX as well? https://mobxjs.github.io/mobx/donate.html
* Joinbox
* Jorge Luis Acosta
* Karolis Astrauka
* Kevin Samuel
* Konrad Mazanowski
* Matt Ruby
* Matthieu Dumont
Expand Down Expand Up @@ -55,6 +56,7 @@ Or... Become my personal Patreon! https://www.patreon.com/mweststrate
Patrons:

* Micheal Tiller
* Goran Mandić
* Micheal Hicke
* @guidojo
* Ronal Chanou
Expand Down

0 comments on commit b5c0ce0

Please sign in to comment.