@oleg008
Cyber Engineer at grape.io. INTJ. Creator of http://cssinjs.org and http://lingvo.tv. All about JS, CSSinJS, React and co.
Nothing here yet.
No blogs yet.
some of us are not interested how the language works CSS was not designed for components and large sites. Even it's full understanding doesn't allow you to scale it in team and code size in a robust way. Its global nature with documents in mind works just for relatively small projects. This is not to blame on developers who don't understand how CSS works. Isolation I guess by isolation you mean scoping, basically automated unique selectors, right? I will publish an article soon which explains the difference between scoping and isolation. They are very different terms. not coupling your CSS with JS or the rendering process CSS and JS are already coupled if you render/manipulate html using JS. I was disappointed by the implementation and ofc real world applications I am curious to hear specific problems you stumbled over!