Skip to content

Commit

Permalink
docs: tweak overview.mdx docs "does not matter if app has 1 million c…
Browse files Browse the repository at this point in the history
…omponents" (#569)

Co-authored-by: Manu MA <[email protected]>
  • Loading branch information
devinrhode2 and manucorporat authored Jun 5, 2022
1 parent a42ea4f commit 3291441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Qwik is a new kind of web framework that can deliver instant loading web applica
- **Progressive**: Qwik takes [full responsability of how to load and download JS](https://www.builder.io/blog/dont-blame-the-developer-for-what-the-frameworks-did). No more manual code splitting.
- **Reactive**: Qwik semantics allow for [fully reactive and efficient rendering](./concepts/reactivity.mdx).
- **Fast**: Qwik has unprecedented performance, offering sub-second full page loads even on mobile devices. Qwik achieves this by delivering pure HTML, and incrementally loading JS only as-needed.
- **Scalable**: Qwik application have [O(1) constant scalability](https://www.builder.io/blog/our-current-frameworks-are-on-we-need-o1). It does not matter your full application has 1 million components, your app will boot up the same.
- **Scalable**: Qwik application have [O(1) constant scalability](https://www.builder.io/blog/our-current-frameworks-are-on-we-need-o1). It does not matter if your application has 1 million components, boot time is unaffected.

<img
alt="Qwik Diagram"
Expand Down

0 comments on commit 3291441

Please sign in to comment.