Code Monkey home page Code Monkey logo

Comments (4)

ocharles avatar ocharles commented on August 17, 2024 2

@ChrisPenner observed on Twitter that this is basically https://www.learnrxjs.io/learn-rxjs/operators/combination/combinelatest from RxJS. Fun!

from reactive-banana.

mitchellwrosen avatar mitchellwrosen commented on August 17, 2024

Opinion: on balance I think I am in favor of including cool types like this in reactive-banana proper, rather than a companion library. While it's nice to have a minimal core, coming up with things like Step and Tidings on one's own is far from easy, and if they help users solve real problems in standardized ways, I think we ought to promote them.

As a counterpoint, though, look how sprawling the reflex API is: https://hackage.haskell.org/package/reflex. Part of what I think draws people to reactive-banana is its simplicity.

The challenge of course is to decide where to draw the line, and indeed the line may be at "no additional types beyond Event and Behavior". But if we decide to start adding more syntactic sugar like Step, then I think we just need to find the right place in the module hierarchy, and ideally come up with a compelling, real-world example to include in the documentation.

from reactive-banana.

dpwiz avatar dpwiz commented on August 17, 2024

I'm afraid the Step name is not informative enough. I couldn't get a clue on what is it about until I've read the whole snippet.
It hints about stepper usage, but not the way it is used and what to expect 🤔

Perhaps Latest would be an improvement?

  onDone <- combineLatest do
    beforePick <- latest aoiBeforePick.onImageAcquired
    ...

I like the idea though. Looks handy for implementing various drag-n-drops (:

from reactive-banana.

mitchellwrosen avatar mitchellwrosen commented on August 17, 2024

Another option for types like this and Tidings is to live in a blessed companion package like reactive-banana-extras or reactive-banana-contrib, which has a less-minimal core, but is still full of high-quality stuff, with an API that we make sure doesn't get weird and unwieldly.

from reactive-banana.

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.