metasoarous / datview

Effortlessly compose data visualizations and controls for Datomic and DataScript data
Eclipse Public License 1.0
25 stars 5 forks source link

How do we do local control over what component function should be called for a given context-id? #4

Open metasoarous opened 8 years ago

metasoarous commented 8 years ago

Can't use a multimethod override if you just want a local override. The dispatch function for represent should probably have the ability to inspect the context-data in some well defined way which let's a user override the method locally. But what's the best specification for this?