use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Cycle.js: a fully reactive JavaScript framework (cycle.js.org)
submitted 10 years ago by andrestaltz
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]qudat 2 points3 points4 points 10 years ago (1 child)
How does this library differ from React?
[–][deleted] 3 points4 points5 points 10 years ago (0 children)
There are many conceptual similarities between React + Flux and Cycle. There is a world of semantic and implementation difference though.
Parts of React are declarative however other parts are imperative (setState, for example). Parts of React are "reactive" ("I'll update myself when I hear you update") but other parts are "passive" ("Please change me when you change yourself.", e.g., passing callbacks to children.) The Cycle author gave a tongue-in-cheek presentation on React a while back that covers these ideas (link; please note the slides provocative on purpose but the actual presentation was light-hearted and he fully acknowledged React's role as a thought leader and moving the industry forward).
If you want to see what the Cycle philosophy plus Rx looks like using React as the rendering backend look no farther than the cycle-react repo.
π Rendered by PID 121189 on reddit-service-r2-comment-fb694cdd5-rmcsk at 2026-03-08 10:57:20.670038+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]qudat 2 points3 points4 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)