Tamagui icon
Tamagui icon

Tamagui

 Like

Tamagui lets you share more code between web and native apps without sacrificing the two things that typically suffer when you do: performance and code quality.

Tamagui screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Self-Hosted
  • React
  • npm
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Create UI Components
  2.  React
  3.  Support for Typescript
  4.  React Native

 Tags

Tamagui News & Activities

Highlights All activities

Recent activities

Show all activities

Tamagui information

  • Developed by

    US flagTamagui
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentPhotos & Graphics

GitHub repository

  •  12,784 Stars
  •  563 Forks
  •  145 Open Issues
  •   Updated Jul 5, 2025 
View on GitHub

Our users have written 0 comments and reviews about Tamagui, and it has gotten 0 likes

Tamagui was added to AlternativeTo by Paul on Oct 10, 2024 and this page was last updated Oct 10, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Tamagui?

Tamagui lets you share more code between web and native apps without sacrificing the two things that typically suffer when you do: performance and code quality.

It does this with an optimizing compiler that outputs platform-specific optimizations - it turns styled components, even with complex logic or cross-module imports, into a simple div alongside atomic CSS on the web, or a View with its style objects hoisted on native.

The entirety of Tamagui works at compile time and runtime, and can be set up gradually, with initial usage as simple as importing it and using the base views and styled function.

We recommend checking out the starters with npm create tamagui@latest, they range from a simple learning example to a production-ready monorepo.

The compiler optimizes most and ultimately flattens a majority of styled components. In the ~500px² responsive browser section of the Tamagui website, 49 of the 55 or so inline styled components are flattened to a div. The homepage gains nearly 15% on Lighthouse with the compiler on.

Official Links