selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

What's the browser compatible of this awesome library? #64

Closed leopku closed 3 years ago

leopku commented 3 years ago

First of all, thanks for this awesome library. I like it so much. Recently, I had a project with some clients using old browser. Where can I find the browser compatible list? Thanks.

selfrefactor commented 3 years ago

Hi and thank you for the nice words.

I think that if you are using something like CreateReactApp, then the browser compatibility is defined by settings in package.json.

If you are using Rambdax by loading its web-only output, then this file defining the compatibility is https://github.com/selfrefactor/rambda/blob/master/files/rollup.web.config.js

Otherwise, the other file related to compatibility is https://github.com/selfrefactor/rambda/blob/master/babel.config.js

You found a problem that there is missing section for browser compatibility. I want to add such section, but I don't see such information in neither Ramda nor Lodash.

leopku commented 3 years ago

@selfrefactor Thanks for your reply.

Actually my issue was found in old browser in android 4.x. There should be more testing in many devices. I'll testing myself. Thanks again.