Closed sgammon closed 3 years ago
Great question!
We're using MWC internally at Google inside of frameworks that use Soy templating, and the tooling to make that work requires some annotations to better generate template parameters.
The syntax, types, and usage of these annotations isn't finalized, and may be removed entirely if the associated tooling no longer needs it.
@dfreedm thank you! we happen to be big adopters of Soy as well, and we were stunned to come across these. we are building from Bazel, using rules_closure
but haven't been able to bridge that into Lit entirely smoothly.
do you know if there are plans to someday release some of that tooling? we would love to implement our Lit elements in Soy! we use it on the backend via micronaut (which we wrote), and on the frontend via idom, but our use of that lib is pretty outdated, which is driving our search for more modern component frameworks (hence, MWC!).
Hey MWC authors,
firstly, we are in love with MWC. it works phenomenally well! thank you for your hard work on this framework. while browsing the code, i caught these annotations:
what do these do? is there a way somewhere to use soy with lit or MWC?