Artur Kenzhaev

Results 34 comments of Artur Kenzhaev

Hi @magicmark, thank you very much for the issue! I'll try to check it asap, I hope to have a chance to look at this tomorrow

Hi @Danilqa! Thank you for the issue! Yeah, you can use, in example, `.global.css` extension and exclude reshadow plugins for this kind of files. By the way, `reshadow` has the...

Hi @comerc, thank you for the issue. There is known problem on the Codesandbox with `postcss` on the babel transpiling. So there are two things to do to get it...

Hi @s0kil, thank you very much for the request! Yeah, I think it's really important to extract styles also with `svelte`, and I don't see any problems with it at...

@s0kil, I've made some benchmarks comparing with `nano-css` with `styled`-interface: https://xggtc.sse.codesandbox.io/public#nano-css-styled (production build) and the difference on 100 boxes is quite big (**ms**): | reshadow | reshadow-runtime | reshadow-styled |...

Hi @comerc, thank you for the issue! In addition to the things that @antonk52 mentioned, I want to note, that there is also possible to use custom elements this way:...

hi @gus3inov, at this moment it would be better to use the `use` function, because it looks like TS parser does not support namespaces ```js import {use} from 'reshadow' {props.children}...

```js const _Symbol = (key: string) => (typeof Symbol !== 'undefined' ? Symbol(key) : key); const use = (obj: T) => { const result: {use: T} = { use: obj...

@comerc @gus3inov we've just released the `0.0.1-alpha.69` version with basic typescript and flowtype support, there is an example of `next` + `reshadow` + `typescript`: https://codesandbox.io/s/reshadow-next-typescript-yok5b hope to add some docs...

Hi @lsroman, thank you for the issue! This project is under development and support, and I'm striving to release v1 to the end of the year. But the current state...