rethinkdb / horizon-docs

Other
24 stars 36 forks source link

Document integration with specific frameworks (React etc.) #101

Open danielmewes opened 8 years ago

danielmewes commented 8 years ago

Inspired by the issue https://github.com/rethinkdb/horizon/issues/662 that @ntomallen opened, I think it would be cool if we could have some documentation that explains how to specifically use Horizon with different frameworks.

We currently have the "Embedding Horizon" document, which is framework-agnostic, and we have example applications for different integrations. However we don't have real structured documentation to talk about the specifics of how to integrate Horizon with a given framework.

Pinging @dalanmiller and @chipotle for thoughts.

dalanmiller commented 8 years ago

I am a proponent of creating some framework-specific guides to using Horizon.

alf commented 8 years ago

I find the following gist very inspiring: https://gist.github.com/segphault/1e583dd7e02c3780ca3a8d6f28dae461

Could someone from horizon core commenton whether this is a good aproach or if it has some issues I should be aware of.