Does Cycle.js (virtual-dom) support anything like React's refs or mithril's config property?

Viewed 319

In other words, is there any way to access a DOM element after it is rendered? Things like mouse focus, code highlighters, animations, how are they done in Cycle.js?

1 Answers
Related