rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

added example: changefeed sync with redux app state boilerplate #1222

Closed ddaaggeett closed 6 years ago

ddaaggeett commented 6 years ago

Description

I've pieced together a working boilerplate for changefeed interaction demonstration with a Redux store.

boilerplate documentation will be included over time - however, it's fairly simple to follow how Redux is alternatively triggered by RethinkDB changefeeds as opposed to immediately triggering redux action creators. User actions in this case trigger a RethinkDB query which in-turn send changefeeds to trigger redux action creators.

srh commented 6 years ago

Thank you. I've merged this to master. It might take some time to get on the website.

ddaaggeett commented 6 years ago

you're the man, sam