Dr. Chuck Explores Web Components

I really want to use web components so I can build applications where thee UI can be dramatically restructured by applying a different layer of web components to the markup without changing the markup or web service APIs that support the markup.

My goal is to be able to use the same markup to format a hierarchical threaded disussion to look like Slack or Piazza.

It is my hope to provide my thread discussion tool that generates web-component markup and a set of extendable/ replaceable web components to significantly reshape or refactor a threaded discussion UI.

This is all in github at https://github.com/csev/wc-experiment feel free to open an issue to talk about what I am trying to do.

Experiments