Steve Sewell

Results 187 comments of Steve Sewell

Oops I am on clunky plane wifi and think my image never uploaded, I'll paste here as text instead. This is what mitosis actually generates: ```tsx /** * Usage: *...

This absolutely clarifies, thanks so much for taking the time to elaborate @WebReflection. I am not married to the current approach at all, would be absolutely be game for your...

ugly - but you may be able to work around this by doing `{'&#10005'}` in the JSX Lite code

ah yes! vue-template-compiler absolutely should be a peerDependency (we also, in most cases, are going more in the direction of not precompiling and just generating .vue templates that then get...

re: mobx-react-lite, that's strange it's a dependency, it should only be a dependency of our fiddle 🤔 but yeah if anything depends on it it can absolutely be a peerDependency

There is a reason for this that isn’t well represented in this example. More just adding this note for if anyone wants to tackle this lmk and I can give...

To clarify though I do agree in this example those are not needed. The necessity comes in when you use loops in the dom, in the current webcomponent output we...

Ah, this example explains things really well and is a great idea. Pull request would be very welcomed!

That would be amazing. Just replied on the other topic, I believe that one is a misunderstanding (just something that wraps the component for our Builder.io visual editing preview to...

great idea. only thing is this should probably be on `@builder.io/mitosis/node` right? aka when you have ``` ``` it would become ``` { "@type": "@builder.io/mitosis/node", "name": "Layout", "meta": {}, "properties":...