Live data from Hacker News

Trouble in Paradise with ClojureScript and React.js

diogo149.github.io

11–13 of 13 posts

Re: Trouble in Paradise with ClojureScript and React.js

#11
Actually Om's undo is very powerful, my framework Coils allows playback of sessions, which is very useful for customer service to know how a customer uses a webapp:

https://github.com/zubairq/coils

:and a demo here:

http://connecttous.co/connecttous/connecttous.html?playback=...

:and here:

http://connecttous.co/connecttous/connecttous.html?livedebug...

Re: Trouble in Paradise with ClojureScript and React.js

#12
post #7

Earlier quoted context omitted.

Hmmm... having a library like Om where the cursors function on a DAG actually sounds pretty useful... I'd love to see an implementation of this :-)

Yup! We were about to implement something like that, but we realized Reagent's model of having atoms store the state worked pretty well with javelin's FRP, and once you break down the state into atoms, the cursors aren't needed anymore.

Looks like David implemented this on Saturday (reference cursors)

Re: Trouble in Paradise with ClojureScript and React.js

#13
post #10

fiy reagent is not "unmaintained" anymore there's a reorg going on, a github org has been created and development is restarting previously, dev was happening at whoops' fork

Just thought I'd post the link to save readers a search...

https://github.com/reagent-project

Post reply on HN