Software Alternatives & Reviews

Creating a reusable Design System between React and React Native with Tamagui

Vitest react-testing-library Tamagui
  1. 1
    A blazing fast unit test framework powered by Vite
    Pricing:
    • Open Source
    Vitest is a testing framework similar to jest that integrates well with projects using Vite. It allows us to reuse plugins and configurations already set up in the vite.config.ts, making the test setup process easier.

    #Dev Ops #Build, Test, Deploy #Testing Frameworks 41 social mentions

  2. [`React Testing Library`][gh] builds on top of `DOM Testing Library` by adding
    Since we are testing the front-end, we will also rely on the React Testing Library, which provides support for rendering components and custom queries in the DOM.

    #Developer Tools #Testing #Automated Testing 113 social mentions

  3. UI that compiles away for React Native & Web
    Pricing:
    • Open Source
    Many times, while developing mobile applications with React Native, I have thought about the possibility of reusing components in both web and mobile contexts. Recently, I came across a library called Tamagui that allows components to be shared in both React Web and React Native.

    #Development Tools #Themes Marketplace #Design Tools 17 social mentions

Discuss: Creating a reusable Design System between React and React Native with Tamagui

Log in or Post with