Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onwidget/awesome-qwik

๐Ÿ’  A curated list of awesome Qwik repos, examples, starters, tutorials, components, modules, videos, and anything else useful.
https://github.com/onwidget/awesome-qwik

List: awesome-qwik

awesome awesome-list docs javascript qwik qwik-city

Last synced: 2 months ago
JSON representation

๐Ÿ’  A curated list of awesome Qwik repos, examples, starters, tutorials, components, modules, videos, and anything else useful.

Awesome Lists containing this project

README

        

Awesome Qwik

# Awesome Qwik ยท [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) [![Lint](https://github.com/onwidget/awesome-qwik/actions/workflows/lint.yaml/badge.svg)](https://github.com/onwidget/awesome-qwik/actions/workflows/lint.yaml) [![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg?style=flat-square)](http://creativecommons.org/publicdomain/zero/1.0/)

A curated list of **[Qwik](https://qwik.builder.io/)** repos, examples, starters, tutorials, components, modules, videos, and anything else useful.

Inspired by the _awesome-*_ trend on GitHub.

> **Qwik**: Framework reimagined for the edge!

## Contents

- [About](#about)
- [Official](#official)
- [Frameworks](#frameworks)
- [Libraries](#libraries)
- [Starters](#starters)
- [Videos](#videos)

## About

**Qwik** is a new kind of web framework that can deliver instantly load web applications at any size or complexity. Your sites and apps can boot with about _1kb_ of JS (regardless of application complexity), and achieve consistent performance at scale.

## Official

- [Documentation](https://qwik.builder.io/docs/) - Framework reimagined for the edge!.
- [Repository](https://github.com/BuilderIO/qwik) - The HTML-first framework. Instant apps of any size with ~ 1kb JS.
- [Tutorials](https://qwik.builder.io/tutorial/welcome/overview/) - Interactive tutorial about Qwik.
- [Examples](https://qwik.builder.io/examples/) - Qwik official examples.
- [Starters](https://github.com/BuilderIO/qwik/tree/main/starters) - Official starters code.
- [Playground](https://qwik.builder.io/playground/) - Qwik playground.
- [Showcase](https://qwik.builder.io/showcase/) - Lots of websites made using Qwik.
- [Discord](https://qwik.builder.io/chat) - Discord community enabling developers to chat about Qwik.
- [@QwikDev](https://twitter.com/QwikDev) - Profile on Twitter.

## Frameworks

- [Qwik City](https://qwik.builder.io/qwikcity/overview/) - Qwik City is a companion meta-framework to Qwik. Use Qwik City to create websites and webapps.

## Libraries

- [Qwik GraphQL](https://github.com/TahaSh/qwikql) - A GraphQL client for Qwik framework.
- [Qwik i18n](https://github.com/mhevery/qwik-i18n.git) - Qwik Official Translation Library to do localization.
- [Qwik Urql](https://github.com/DustinJSilk/qwik-urql) - A small library to use Urql with Qwik.
- [Lucide for Qwik](https://github.com/egmaleta/lucide-qwik) - Lucide icon library package (Feather icons fork) for Qwik applications.
- [Qwik Transition](https://github.com/voluntadpear/qwik-transition) - Light-weight custom Qwik hook for adding smooth CSS transitions to your Qwik components.
- [Qwik Icons](https://github.com/qwikest/icons) - Include popular icons easily in your Qwik projects with @qwikest/icons.
- [Qwik UI](https://github.com/qwikifiers/qwik-ui) - Components library for Qwik.
- [Qwik Router](https://github.com/dannyfranca/qwik-router) - Qwik Dynamic SPA-like router for Qwik, inspired by `vue-router` and `react-router`.

## Starters

- [starter](https://stackblitz.com/edit/qwik-starter) - A basic Qwik hello world.
- [starter-builder](https://stackblitz.com/edit/qwik-todo-builder) - A basic Qwik hello world integrated with Builder's [Qwik API](https://www.builder.io/c/docs/qwik-api).
- [starter-partytown](https://stackblitz.com/edit/qwik-starter-partytown) - A basic Qwik hello world showing how expensive tasks can be run on web-worker with Partytown.
- [todo](https://stackblitz.com/edit/qwik-todo-demo) - A classic TodoMVC application with Qwik.
- [qwind](https://github.com/onwidget/qwind) - A template to make your website using Qwik + Tailwind CSS.
- [storefront-qwik-starter](https://github.com/vendure-ecommerce/storefront-qwik-starter) - An e-commerce storefront starter built with Qwik and Vendure.
- [create-vite/template-qwik](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-qwik) - Vite's pure JavaScript or TypeScript starter for Qwik. Run: `npx create-vite some-dir --template qwik` or `npx create-vite some-dir --template qwik-ts`.
- [qwik-starter-empty-app-javascript](https://github.com/milahu/qwik-starter-empty-app-javascript) - Qwik starter based on the create-qwik "empty app" starter.

## Videos

- [Video Jun 15, 2022](https://www.youtube.com/watch?v=0dC11DMR3fU&t=154s) - WWC22 - Qwik + Partytown: How to remove 99% of JavaScript from main thread.
- [Video Sep 20, 2022. Fireship](https://www.youtube.com/watch?v=x2eF3YLiNhY) - Qwik, the world's first O(1) JavaScript framework?.

## Contributing
Found an awesome package, article, blog, video etc.? Send me a pull request! Just follow the [guidelines](CONTRIBUTING.md). Thank you!.