Code Monkey home page Code Monkey logo

Comments (3)

alxhub avatar alxhub commented on May 10, 2024 5

Yep - this adds "hysteresis" to computeds, which drastically changes the mental model of state derivation. It could also be very confusing since computeds are not guaranteed to be re-evaluated for every state change, so code like this looks reasonable but doesn't work at all:

const sum = computed((prev) => prev + value());

I think we would like to understand what the use cases are where having access to the previous value makes something possible that was hard to do without it.

from angular.

pfeileon avatar pfeileon commented on May 10, 2024 3

I'd argue that this is one of the situations where you want to use a stream and not a signal. Imho this is exactly why signals don't replace rxjs and that's not a bad thing.

from angular.

JoostK avatar JoostK commented on May 10, 2024

This sounds a bit scary to me; it would mean that computeds are no longer a derivation of the state, but potentially about how the state was changed. To me, the beauty of signals is how all state "falls out" the recorded facts (WritableSignal)

from angular.

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.