Just a friendly reminder that Tamagui is the only React Native + Web style library that has any of these features:
✔️ Supports SSR, not just partially but across 100% of the features
✔️Generates CSS at build-time for themes using CSS variables + avoids re-renders on change
✔️Lets you swap animation drivers from spring based (reanimated or RN.Animated) on native to CSS on web (or use spring on web if you want)
✔️Avoids shipping JS for many features/styles thanks to optimizing compiler
✔️Flattens your styled components down to div/View saving ~30% of tree depth for huge performance gains
✔️Supports fully typed descendent styles - inline and in styled components - with no syntax overhead
✔️Supports container queries (typed)
✔️Supports container + media + psuedo styles combined (type safe, full SSR compat)
✔️Supports nested themes
✔️ Has a useMedia() hook that is smart enough to avoid re-renders unless you actively access the specific breakpoint
✔️ Comes with 30+ complete Radix-inspired composable components
✔️ All components are sizeable, and support sizing using your custom design system tokens