Show HN: Tamagui – An optimizing compiler for better React Native and Web UI (tamagui.dev)

2 points by nwienert ↗ HN
Trying submitting again. Previously shown here[0], Tamagui is now in beta.

Tamagui is the first UI kit for React that has an optimizing compiler - one that not only extracts styles at build-time, but even evaluates inline styles and inline logic like ternaries / conditional spreads. It also flattens components (even those logic-containing ones) completely down to a div or View on Native when possible.

All of this leads to amazing performance gains[1], especially on the web and low-end mobile devices.

I think Tamagui is also really special outside of just the performance. It has an incredibly powerful theme system which you can truly change every aspect of every component through, it supports a `size` prop on every component that just works, and it has incredible first-class animation support.

Read more on the recent Beta blog post:

https://tamagui.dev/blog/tamagui-enters-beta-themes-and-anim...

---

[0] https://news.ycombinator.com/item?id=29321748

[1] https://tamagui.dev/docs/intro/benchmarks

0 comments

[ 4.9 ms ] story [ 12.9 ms ] thread

No comments yet.