Render realtime RethinkDB results in React
1–10 of 45 posts
Re: Render realtime RethinkDB results in React
#2Re: Render realtime RethinkDB results in React
#3Re: Render realtime RethinkDB results in React
#4Re: Render realtime RethinkDB results in React
#5Looks like everyone's hopping on the React bandwagon, trying to grab a piece of the hype.
Re: Render realtime RethinkDB results in React
#6Re: Render realtime RethinkDB results in React
#7I guess this is intended for trusted clients?
This file shows how they authenticate users: https://github.com/mikemintz/react-rethinkdb/blob/master/exa...
Re: Render realtime RethinkDB results in React
#8I 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
Re: Render realtime RethinkDB results in React
#9I 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
#10I 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
Also, have you every tried re-frame?