-
-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Is your feature request related to a problem? Please describe.
Many graphical components are now written using typescript .tsx, and it can be awkward to create components that interface to them from .js - though I admit that a better React programmer than I am may find that to be fairly trivial.
Describe the solution you'd like
Add support for components written in Typescript, with a few examples like the d3 examples and one practical interface such as one of the React graphing libraries.
Describe alternatives you've considered
Learning how to interact with external tsx based components using .js.
Additional context
Everything seems to be written using Typescript now and Idyll is a little behind. It would definitely be an upgrade to support .tsx based components.