8 ms·
I remember trying to use react native web to unify mobile and web back in the day and I ended up using complex animation libraries for things that CSS could do
by devbent 3y ago
I remember trying to use react native web to unify mobile and web back in the day and I ended up using complex animation libraries for things that CSS could do in just one or two lines. Is Tamagui any better in that regard?
- evv 3y agoAbsolutely. You can use different drivers for Tamagui Animations- CSS for GPU-accelerated animations on web, and Reanimated for fast animations in RN. https://tamagui.dev/docs/core/animations https://tamagui.dev/docs/core/animations