Live data from Hacker News

Render realtime RethinkDB results in React

github.com

1–10 of 45 posts

Re: Render realtime RethinkDB results in React

#8

I am excited about rethink and I use react (via cljs + reagent [1]) every day. The FRP approach of reagent combined with subscribing to rethink for updates is very appealing. [1] http://reagent-project.github.io

Are you writing big projects with this combination?

Re: Render realtime RethinkDB results in React

#9
Interesting approach.

I would still rather connect to RethinkDB with a frontend service and push those to stores and have the component watch the store.

Because while this might work for a small use case, a real world usage will quickly outgrow that and you will wish you hadn't stuffed such functionality in a display component.

So this is probably most useful for quick sketches and debugging stuff.

Re: Render realtime RethinkDB results in React

#10

I am excited about rethink and I use react (via cljs + reagent [1]) every day. The FRP approach of reagent combined with subscribing to rethink for updates is very appealing. [1] http://reagent-project.github.io

What other technologies do you use alongside reagent?

Also, have you every tried re-frame?

Post reply on HN