JSPM

@builder.io/qwik

0.0.19-2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24220
  • Score
    100M100P100Q135341F
  • License MIT

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

Package Exports

  • @builder.io/qwik
  • @builder.io/qwik/build
  • @builder.io/qwik/core
  • @builder.io/qwik/core.cjs
  • @builder.io/qwik/core.mjs
  • @builder.io/qwik/jsx-dev-runtime
  • @builder.io/qwik/jsx-runtime
  • @builder.io/qwik/loader
  • @builder.io/qwik/optimizer
  • @builder.io/qwik/optimizer.cjs
  • @builder.io/qwik/optimizer.mjs
  • @builder.io/qwik/package.json
  • @builder.io/qwik/qwikloader.debug.js
  • @builder.io/qwik/qwikloader.js
  • @builder.io/qwik/server
  • @builder.io/qwik/server.cjs
  • @builder.io/qwik/server.mjs
  • @builder.io/qwik/testing

Readme


Qwik Logo

The HTML-first framework

Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via resumability of HTML and ultra fine-grained lazy-loading of code.

Getting Started

Try out our starter:

npm init qwik@latest

Blog Posts

Development

  • See Developer.md for more information on how to build Qwik from the source and contribute!

Community


Made with ❤️ by Builder.io