Skip to content

Commit

Permalink
Small updated to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg8 committed May 25, 2017
1 parent cec6cf7 commit 2ef3f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ In short, re-com attempts to provide the kind of UI basics you'd need to build a
## Warning: re-com Might Not Be For You (just yet)

We build desktop-class apps to run in controlled browser environments
like [atom-shell](https://github.com/atom/atom-shell). So, we know we're dealing with Chrome.
like [Electron](https://electron.atom.io). So, we know we're dealing with Chrome.

If you are similar, or if you work on Intranet apps where you can mandate a modern browser,
re-com could be ideal for you, right now.

On the other hand, if you target the retail web, you will have to make your own determination, based on [availability of support for Flexbox](http://caniuse.com/#feat=flexbox). The entire layout side of this library plus a few of the widgets rely on [Flexbox](http://css-tricks.com/snippets/css/a-guide-to-flexbox/) which only works on [modern browsers](http://caniuse.com/#feat=flexbox), and specifically not IE 9, 10, 11.
On the other hand, if you target the retail web, you will have to make your own determination, based on [availability of support for Flexbox](http://caniuse.com/#feat=flexbox). The entire layout side of this library plus a few of the widgets rely on [Flexbox](http://css-tricks.com/snippets/css/a-guide-to-flexbox/) which doesn't work on some older browser versions, specifically IE 9, 10, and 11 (even Edge is not quite perfect yet).

Even when it comes to modern browsers, there will be teething issues. Based on 5 minutes of
testing once a month, re-com appears to work reasonably on IE11 and Safari.
Expand Down

0 comments on commit 2ef3f48

Please sign in to comment.