A couple questions from my first try last night

A couple of questions from my first try last night:

  1. Is there a way to codegen anything besides React? Can we plasmic sync Vue or non-framework code (preferably)?
  2. There’s a lot of css duplication, excessive html elem series in the css (matching element nesting). How to minimize css? Is this something you expect a JS bundler to handle?

Hi @excellent_gibbon ! Thanks for sharing your run through.

  1. Plasmic currently only supports generating react and html/css (which you can opt out of hydration)
  2. While generating code does allow other parts of the tool chain to optimize and dedup the css, we will work on built-in optimizations here. The CSS is a big target / opportunity for performance improvements

You’re welcome, let me know if you want a copy of the full recording, I did a lot of thinking out loud and there’s a number of localized / smaller feedback. I went through the site & docs for the first half(ish) and used the app / codegen in the second half.