Surveying for interest in easier, type-safe custom elements tooling

This sounds great. I still think there is a need for better Elm specific documentation around custom elements (I wrote a more specific list here).

Iā€™m curious what exactly your tooling offers? Generally in my experience the custom elements work is mostly twofold:

  1. Doing a lot of minute work with DOM apis to get the java/type-script side to its job.
  2. Doing fancy elm API design to put enough lipstick on the pig :slight_smile:

The actual communication between these two modules tends to be a small minority of the code involved.

1 Like