Steve Sewell

Results 15 issues of Steve Sewell

from 161kb (before minification and gzipping) to 23.8kb by making all component async imported, so they are only included when used

Purely an idea, but something been thinking about a lot. One of the biggest missing DX features of Mitosis is custom hooks Interestingly, some ppl have been exploring making [hooks...

enhancement
core

This depends on #504 to be merged first

It would be great to integrate Mitosis with Storybook to have a great development environment for viewing components, and ideally be able to preview components across outputs to make sure...

enhancement
help wanted

Today, we only compile one file at a time. What would be most useful for most peoples setups, though, would be to compile a _project_, for instance ```bash package.json src/...

enhancement
help wanted

a common pattern in React is to take className as a prop, like ```tsx function MyComponent(props: { className?: string }) { return ... } ``` But Qwik supports a more...

So they can run in a consistent remote environment that anyone can reproduce results on

help wanted