Ruslan Abdullaev
Ruslan Abdullaev
I suggest for each language to create separate sections for books, videos, tutorials, etc and keep as it's for the general concepts
Я это решил несколько иначе, но у тебя выглядит проще и понятнее :) ```ts type First = T extends { 0: unknown } ? T[0] : never ```
Hi @ierhyna! The plugin works as expected. - If the **overwrite** option is **enabled** (overwrite: true) then the plugin extracts classnames and overwrite the _filePath_ file so that at the...
Hi @ierhyna! I can try to realize this logic. Should I remove duplicate classes, which will be inserted in the file?
What do you mean? Should it converted from the jsx with custom attributes to the jsx with classNames?
I suppose it will not work with Post HTML, because jsx hasn't a valid HTML/XML syntax. I mean imports, lifecycle methods, render, etc You can use [ReBEM](https://github.com/rebem/rebem) for these manipulations
I can try to write a babel plugin for transformation jsx with custom BEM attributes