|
|
|
|
|
by nwienert
922 days ago
|
|
StyleX is compiler-time only, so yes misses out on dynamic styles. I made Tamagui a hybrid of compile and runtime, where the optimizing compiler actually handles object spreads, conditional logic, and even cross-module imports. It's really nice to get the near-0-runtime performance while maintaining all the benefits of dynamic styles. |
|
We're continuing to work on optimisations for StyleX, and I'll be looking at Tamagui for inspiration!