Git Product home page Git Product logo

Comments (1)

maxtroy avatar maxtroy commented on May 8, 2024

A compiled repository without any event source will only react to the event that it's activated. This could be useful in many scenarios, but typically when all the data sources are static, for example, when you're building a data chain from some static data.

A compiled repository with event source will also react to events from those sources and attempt to update its value.

External event sources typically provide values or signals to the compiled repository. For example, if this repository gets a value from another repository, then if that value changes, this repository should refresh. In this case you'll want to put "that repository" as one of the event sources of "this repository".

An example of "signal" event source: a network connectivity checker. If "this repository" depends on data from the network, then it needs network connectivity to function correctly. If it's activated during the time the device is not connected to a useful network (totally disconnected, or connected to a WiFi that has a paywall), then the computation will likely fail. In this case, you'll want to use the network connectivity checker as one of the event sources, so "this repository" can retry the computation.

Another example "signal" event source: a "refresh trigger". This trigger fires the event when the user selects "refresh" from the UI. Then you'll want the repository to redo the calculation to get fresh data from its data source(s).

Agera is built for responsive UI and is typically used to provide data to the UI and reacts to user interactions and other environment changes that mandate a change of the UI. The event source function ties neatly to this type of event-driven approach.

from agera.

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.