Need an advice for frontend framework (beginner in frontend development)

This page summarizes the projects mentioned and recommended in the original post on /r/Frontend

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vite

    Next generation frontend tooling. It's fast!

    P.S. Vite is absolutely the dev tool / env of choice for building front-ends.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Svelte

    web development for the rest of us

    But if you're going to be guaranteed coding all your components from scratch anyway, i'd recommend svelte instead. Because it has less bloat (no vDOM / less complicated state lifecycle to care about), and is easier to style without other libs like tailwind or vanilla-extract.

  4. react-native-web

    Cross-platform React UI packages

    Another fun thing you could do is build it for mobile + web using React-Native through Expo or manually with https://necolas.github.io/react-native-web/

  5. greenwood

    Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.

    Either is pretty easy to get started with and keep you nicely aligned with web standards if that's of interesting to you. I have a project that could help you work with either of those option you are so inclined, with the getting started guide of the website giving a brief overview of how to get started with native web components. https://www.greenwoodjs.io/

  6. lit

    Lit is a simple library for building fast, lightweight web components.

    Depending on your needs, a "vanilla" JS option is also entirely possible using Web Components. You can use them on their own, or if you need a little more behind it, you can use something like Lit. https://lit.dev/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Lit vs Rimmel - Comparing tagged-template UI libraries

    2 projects | dev.to | 9 May 2024
  • Web Components e a minha opinião sobre o futuro das libs front-end

    4 projects | dev.to | 4 Apr 2024
  • Show HN: Cami.js – A No Build, Web Component Based Reactive Framework

    6 projects | news.ycombinator.com | 4 Nov 2023
  • Lit 3 Release Announcement

    9 projects | news.ycombinator.com | 10 Oct 2023
  • Introducing react.dev: the new React docs site!

    5 projects | /r/reactjs | 16 Mar 2023

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?