-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support For Solidjs #821
Comments
This repository may be used as a reference to implement a CSS in JS implementation in SolidJS. |
Hey everyone! FYI I'm working on this. So it's working for html tags ( Additionally, I think I'd need some help with understanding where/how things like `
color: ${props => props.color};
` is transpiled to const _exp = () => props => props.color and const style = {
'--sdfds-0': _exp()(props)
} Do you see the extra call? I'd like to know if it's possible to hook into generation of these Additionally, I'd like to know if you'd merge this to the repo as a separate package? (similar to atomic package) |
@raveclassic it will be a long story :) Can you message me in TG @anber_ru? |
Really want to use linaria with Solid.js. Any updates on this? |
@victorteokw, we have a test library. I'll try to make a PR tomorrow. |
Many thanks @usmanyunusov 🎉 |
PR: #1096 |
@usmanyunusov @raveclassic nu kak tam s dengami? |
Solidjs framework is A faster React Alternative..
The text was updated successfully, but these errors were encountered: