visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.24k stars 2.08k forks source link

JSON transport API review #4615

Open ajduberstein opened 4 years ago

ajduberstein commented 4 years ago

As we enter a multi-language ecosystem built on-top of it, the JSON API (see here) would benefit from an API review. Some use cases like the ones below are not effortlessly handled by the current syntax:

kylebarron commented 4 years ago
  • Interaction handlers (How do we best specify onClick or onHover without writing functions?)

4637 is somewhat related to this: how to specify values that must be functions