5 ms·
Hey! We support dynamic styles, too. We're continuing to work on optimisations for StyleX, and I'll be looking at Tamagui for inspiration!
by naman34 3y ago
Hey! We support dynamic styles, too.
We're continuing to work on optimisations for StyleX, and I'll be looking at Tamagui for inspiration!
- nwienert 3y agoI got the impression it was not dynamic values? Just that you can combine static objects dynamically. If I’m wrong I’ll re read the docs but someone else pointed that out to me and linked part of the docs that seemed to indicate that.
- blsapologist42 3y agoIt does support dynamic values.
- nwienert 3y agoCan you link me to how you know that? The docs seem to indicate it doesn't: "Since StyleX depends on ahead-of-time compilation, it is important for all your styles to be statically analyzable" "No runtime style injection." "All styles are bundled in a static CSS file at compile-time." --- By dynamic styles I assume we're talking about something like this: { backgroundColor: props.thirdPartyColor ?? randomColor() }
- naman34 3y agohttps://stylexjs.com/docs/learn/styling-ui/defining-styles/#dynamic-styles https://stylexjs.com/docs/learn/styling-ui/defining-styles/#...
- nwienert 3y agoCool, thanks Naman. It’s really great work overall, congrats on the launch. Maybe those couple places could have wording that indicates it supports dynamic as well.