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

Looks like a nice and compact implementation #20

Open
tipiirai opened this issue Oct 30, 2014 · 2 comments
Open

Looks like a nice and compact implementation #20

tipiirai opened this issue Oct 30, 2014 · 2 comments

Comments

@tipiirai
Copy link

Hey,

I'm looking for good Object.observable polyfills and this looks like the most minimal and clean solution. Couple of questions:

  • Any other good implementations out there (that you prefer)?
  • Are you still actively contributing to this project?

Thanks!

@jdarling
Copy link
Owner

When I have time I contribute to the project. Right now my work is focused on fixing memory leaks when they arise and a complete refactor to meet the current specification as there are some things that don't line up directly with the current spec.

I'm always looking for people who are interested in helping to support the library as well, so if your interested, can understand the code, and have time let me know and I'll add you as a contributor :)

Other good implementations is subjective. Personally I think if I were doing something for a company I'd look at the Polymer Observe-js library (https://github.com/polymer/observe-js). While it is not a shim of Object.observe it will use Object.observe when its available.

@MaxArt2501
Copy link

If you're looking for a polyfill for Object.observe you might want to look at my attempt (https://github.com/MaxArt2501/object-observe).
It's still in its first phase, but I think it's growing nicely.

I started its development after reading that you have no more time/interest in the polyfill.
I hope that you like it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants