ds300 / derivablejs

Functional Reactive State for JavaScript and TypeScript
Apache License 2.0
515 stars 23 forks source link

Remove polyfills #71

Closed TrySound closed 7 years ago

TrySound commented 7 years ago

Object.assign Object.is

ds300 commented 7 years ago

I appreciate the thought. With the advancement of the ecosystem since I wrote DerivableJS I think I'd prefer to just ditch my polyfills and assume that Object.assign and Object.is exist and let app authors make sure that they are polyfilled if they need to be. That seems to be common practice these days.

TrySound commented 7 years ago

@ds300 I agree. I don't transpile and don't polyfill my apps these days for intranet.