feat: add Qwik framework to the list of frontend frameworks

This commit is contained in:
Avinash Kumar 2026-01-08 01:33:02 +05:30
parent f414096d35
commit 6f0f600036
1 changed files with 2 additions and 1 deletions

View File

@ -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.