The Qase for Qwik: Love At First TTI

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • qase-for-qwik

    A demo repo to showcase Qwik

    For the code for this demo, check out the Qase for Qwik GitHub repo.

  • SaaSHub

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

    SaaSHub logo
  • vite

    Next generation frontend tooling. It's fast!

    While on the Network pane of devtools, I’ve selected only to show JS requests. At first, we can see two files: client and enb.mjs - those are files from Vite - our dev server, which also powers Qwik and QwikCity. To hide those files so we can see the actual JS that a production build would serve, we can filter any path that has vite in it. After I’ve hidden all Vite-related files, I hit refresh again (with cmd + R), then we can see…. No JavaScript is downloaded!! 🤯

  • qwik

    Instant-loading web apps, without effort

    For demo purposes, I’m not going to go into how to start a Qwik project. For more info on getting started with Qwik, check out the Qwik docs or our Stackblitz Qwik Starter.

  • Next.js

    The React Framework

    Next.js 13 is de facto the only framework that currently supports RSC as well as many more optimizations that improve performance. This is definitely an improvement, but it still requires the developer to think about it on a component-by-component basis.

  • marko

    A declarative, HTML-based language that makes building web apps fun

    Marko is a huge leap in the right direction. It has streaming, partial hydration, a compiler that optimizes your output, and a small runtime. I’ve also heard through the grapevine that Marko V6 also adds resumability to the framework as well.

  • jQuery

    jQuery JavaScript Library

    Then we had JavaScript sprinkles in the form of jQuery da OG DOM manipulator.

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Astro has a different approach with their “islands architecture”:

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

  • Ask HN: What web development stack do you prefer in 2024?

    7 projects | news.ycombinator.com | 23 Jan 2024
  • Rendering Frameworks JavaScript

    5 projects | dev.to | 31 Jan 2023
  • A not useless guide to sustainable websites

    4 projects | dev.to | 17 Oct 2024
  • Created My Portfolio

    2 projects | dev.to | 3 Jul 2024
  • The Subtle Case For and Against React

    3 projects | dev.to | 19 Apr 2024

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?