CSS Layer
#641
Replies: 1 comment
-
I really like this idea. Shopfront consumes a lot of content that we transform from Markdown, and we currently supply our ZRC components to a MDX transformer, but this would vastly simplify our code. It would also reduce the need to extend components which comes with an extra runtime overhead (eg. each one has its own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As discussed many times I think we should have a layer of pure CSS which will look something like this:
zopauk/css
zopauk/react-components
: consumeszopauk/css
The reason to do this is to have a layer of abstraction which you can use for creating other libraries such as:
zopauk/svelte-components
zopauk/web-components
Another reason would be to get rid of
styled-components
which in my opinion it lacks security, web perf, bad TS types and a long etc.Beta Was this translation helpful? Give feedback.
All reactions