GithubHelp home page GithubHelp logo

Production Ready? about observe-js HOT 4 CLOSED

googlearchive avatar googlearchive commented on July 18, 2024
Production Ready?

from observe-js.

Comments (4)

rafaelw avatar rafaelw commented on July 18, 2024

Hi Felix,

Using this project as a shim for Object.observe is exactly it's intent. It uses Object.observe if present and dirty-checks if not.

I'm not sure what qualifies are production-ready, but I expect this code to be fairly high-quality at this point.

Note that the API can and will likely change, so be careful when updating. Also, it's on my todo list to write better doc.

The key thing to understand is that if Object.observe is absent, you need to invoke:

Platform.performMicrotaskCheckpoint()

This will cause ALL open observers to dirty-check and deliver changes until there are no more. This matches the semantics of the Object.observe delivery phase as closely as possible.

from observe-js.

felixlaumon avatar felixlaumon commented on July 18, 2024

Thanks for your reply! I have been using ChangeSummary for the past few days with a data binding library and they are working quite well together! (I looked at MDV too but it's too heavy for us)

from observe-js.

quantuminformation avatar quantuminformation commented on July 18, 2024

So if this is not designed as a shim for Object.observe what is the best library out there for using as a shim?

from observe-js.

jmesserly avatar jmesserly commented on July 18, 2024

So if this is not designed as a shim for Object.observe what is the best library out there for using as a shim?

I'm confused ... it says above (emphasis mine):

Using this project as a shim for Object.observe is exactly it's intent. It uses Object.observe if present and dirty-checks if not.

from observe-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.