Daniel Sokil

Results 86 comments of Daniel Sokil

@Dan-Do Mikado has its own benchmark: https://github.com/nextapps-de/mikado/tree/master/bench

Another suggestion for runtime performance: [cache all styles for re-use and inject CSS using .insertRule()](https://github.com/streamich/nano-css)

@lttb Looks great, but we still got to get them static styles out of the JavaScript bundle. Not everyone can afford supercomputers to parse JavaScript bundles (:

@lttb Hello, This project is very interesting! I have a question regarding `use:size={size}`. Is it supported in Svelte? Or React only?

@lttb I'm currently working on a project that requires very dynamic components, and using `directives` makes it so much easier.

@lttb Instead of providing a CSS file, are you planning to support component styles? ```html /* Styles go here */ button { padding: 5px 10px; border-radius: 5px; font-size: 16px; }...

@lttb Thank you for your quick and detailed response.

More Info: [script_context_module](https://svelte.dev/docs#script_context_module)

@Duckxz I have had the same issue, fixed by using `bin/ldc2` binary from [ldc](https://github.com/ldc-developers/ldc/releases)