TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cycle.js: a fully reactive JavaScript framework for Human-Computer Interaction

43 pointsby staltzalmost 10 years ago

2 comments

jessepalmost 10 years ago
I am so absurdly excited about cycle. I tend to get excited about things, true, but this feels like a coherent and elegant approach to making interfaces.<p>I felt like this when I first understood React, but React is incomplete, it is just the view layer. Flux never felt right to me, and I&#x27;ve been exploring alternatives ever since I realized I didn&#x27;t want to pass callbacks all the way down my app tree. I&#x27;ve messed with Om, Baobab, Reflux, etc., but I never felt like I understood the whole picture, like my toolset was complete. I had always assumed I would use React plus something, but after reading through a bunch of Cycle example apps, I&#x27;m enthralled.<p>Another thing, FRP is a paradigm that I&#x27;d looked at before, but never really grocked. Reading cycle examples let me see how many problems I have this approach could solve for me, even a bunch beyond the interface domain that cycle focuses on.<p>Anyway, I&#x27;m pumped about it and encourage people to take a look :)<p>I had my moment of truth by running and reading through the examples in this repository: <a href="https:&#x2F;&#x2F;github.com&#x2F;ivan-kleshnin&#x2F;cyclejs-examples" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ivan-kleshnin&#x2F;cyclejs-examples</a>
seivanalmost 10 years ago
I couldn&#x27;t find any info on this in the docs, but would there be a possibility to use React components (JSX or regular js) inside of Cycle?<p>This would open up possibilities of using already done D3-react components together with Cycle (somehow).<p><a href="http:&#x2F;&#x2F;cycle.js.org&#x2F;custom-elements.html" rel="nofollow">http:&#x2F;&#x2F;cycle.js.org&#x2F;custom-elements.html</a>
评论 #9811545 未加载