top | item 22778190

(no title)

modarts | 5 years ago

https://cycle.js.org/

discuss

order

chrisweekly|5 years ago

+1 for cyclejs! Strange to me that it hasn't caught on more

sdegutis|5 years ago

I just looked over their website for 10 minutes and still can't figure out how it handles more complex nested components with complex state. Is it like Elm and Redux where it has a giant tree and you have to update the root with a bunch of events, creating intermediate adaptor events from the deepest nodes all the way to the top? Does it have anything like React's Contexts? I really like the examples I saw on the landing page, but I would rather like some comparisons of how to do the exact real-world things React can do. Mithril's website did this pretty well. Maybe this is hurting adoption? Or maybe it's just me.