Skip to content

Commit

Permalink
docs: fix angular reference (QwikDev#4151)
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez authored May 10, 2023
1 parent 41838cc commit 7f5fe96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Learning Qwik and Qwik City are not two different things, Qwik City is built on
>
> [**City²**](/docs/(qwikcity)/routing/index.mdx): Opinionated file-based router, build fast.
We call it a **meta-framework** for Qwik. Qwik City is to Qwik, what [Next.js](https://nextjs.org/) is to React, what [Nuxt](https://nuxtjs.org/) is to Vue,[SvelteKit](https://kit.svelte.dev/) to Svelte , or in some extent Angular Router Modulule to Angular.
We call it a **meta-framework** for Qwik. Qwik City is to Qwik, what [Next.js](https://nextjs.org/) is to React, what [Nuxt](https://nuxtjs.org/) is to Vue, [SvelteKit](https://kit.svelte.dev/) to Svelte and [Analog](https://analogjs.org/) is to Angular.

Qwik (core) and Qwik City (routing) solve problems at two layers of abstraction. **Qwik can stay stable**, without breaking changes, focusing on long-term and stable primitives, while Qwik City brings an **opinionated and performant way to build sites at scale**. We don't want to lock the ecosystem into a single correct way of building sites, in fact we encourage the community to build alternative solutions on top of Qwik.

Expand Down

0 comments on commit 7f5fe96

Please sign in to comment.