From 6f0f600036440a618c0a34fed2c8cf8bcb956076 Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Thu, 8 Jan 2026 01:33:02 +0530 Subject: [PATCH] feat: add Qwik framework to the list of frontend frameworks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0938837..0363228 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Million](https://github.com/aidenybai/million) - <1kb compiler-focused virtual DOM. It's fast! * [Whatsup](https://github.com/whatsup/whatsup) - A frontend framework for chillout-mode development 🥤. JSX components on generators, fast mobx-like state management and exclusive cssx style system. * [Remult](https://github.com/remult/remult) - A CRUD framework for full-stack TypeScript. +* [Qwik](https://github.com/BuilderIO/qwik) - A resumable framework for building instant-loading web applications with zero hydration overhead. ## Node-Powered CMS Frameworks @@ -1054,7 +1055,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Mongoose](https://github.com/Automattic/mongoose) MongoDB object modeling designed to work in an asynchronous environment. * [TypeORM](https://github.com/typeorm/typeorm) ORM for TypeScript and JavaScript, Works in NodeJS, Browser, Ionic, Cordova and Electron platforms. * [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm) Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. -* [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder. +* [Kysely](https://github.com/kysely-org/kysely) A type-safe typeAdd Vercel script SQL query builder. * [Knex](https://github.com/knex/knex) A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. * [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. * [Objection.js](https://github.com/Vincit/objection.js) A SQL-friendly ORM for Node.js built on top of Knex.js, with powerful relational support.