Software Alternatives, Accelerators & Startups

Help a fellow backend dev chose a frontend framework for his personal project

Vue.js Vitest Vite Tailwind CSS Svelte react-testing-library
  1. 1
    Reactive Components for Modern Web Interfaces
    Pricing:
    • Open Source
    As previous comment's said, you can start with Vue specially since you might have to deal with it in the near future, but if the situation changes I'll also suggest Svelte as I personally find it more simple when it comes to typescript integration and adding a ton of logic to your components/templates etc.

    #Front-End Frameworks #Javascript UI Libraries #JS Library 342 social mentions

  2. 2
    A blazing fast unit test framework powered by Vite
    Pricing:
    • Open Source
    Testing: Vitest https://vitest.dev/ React Testing Library: https://testing-library.com/docs/react-testing-library/intro/.

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

  3. 3
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    You can write unit tests using Vitest. Which also means you should use Vite for your front end tooling/bundling/etc.

    #Software Development #Web Frameworks #Developer Tools 383 social mentions

  4. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    You should use TailwindCSS for styling, which allow you to use classes to granularly style rich UIs without ever opening up a CSS file.

    #Developer Tools #Design Tools #Website Design 871 social mentions

  5. 5
    Cybernetically enhanced web apps
    Pricing:
    • Open Source
    As previous comment's said, you can start with Vue specially since you might have to deal with it in the near future, but if the situation changes I'll also suggest Svelte as I personally find it more simple when it comes to typescript integration and adding a ton of logic to your components/templates etc.

    #Javascript UI Libraries #JavaScript Framework #JS Library 356 social mentions

  6. [`React Testing Library`][gh] builds on top of `DOM Testing Library` by adding
    Testing: Vitest https://vitest.dev/ React Testing Library: https://testing-library.com/docs/react-testing-library/intro/.

    #Developer Tools #Testing #Automated Testing 114 social mentions

Discuss: Help a fellow backend dev chose a frontend framework for his personal project

Log in or Post with