Skip to content

Prototype cache registry on OOOS#8662

Draft
PatrickJS wants to merge 36 commits into
build/v2from
codex/qwik-v2-cache-registry-prototype
Draft

Prototype cache registry on OOOS#8662
PatrickJS wants to merge 36 commits into
build/v2from
codex/qwik-v2-cache-registry-prototype

Conversation

@PatrickJS
Copy link
Copy Markdown
Member

Summary

  • rebases the cache-registry prototype on top of v2-out-of-order-streaming
  • keeps the PR diff focused on cache-registry work while inheriting Suspense out-of-order streaming
  • includes qcomponent partial envelopes, server function caching, examples, and focused e2e coverage

Verification

  • pnpm vitest --run packages/qwik-router/src/middleware/request-handler/resolve-request-handlers.unit.ts packages/qwik-router/src/runtime/src/server-function-cache.unit.ts packages/qwik/src/core/tests/use-async.spec.tsx
  • pnpm vitest --run packages/qwik/src/core/tests/suspense.spec.tsx -t "out-of-order Suspense"
  • pnpm api.update
  • pnpm build.qwik-router
  • git diff --check

Notes

Base is intentionally v2-out-of-order-streaming so the cache-registry prototype can be tested with PR #8611 OOOS behavior without vendoring that branch into this diff.

Varixo and others added 30 commits May 22, 2026 16:03
# Conflicts:
#	packages/qwik/src/server/ssr-container.spec.ts
#	packages/qwik/src/server/ssr-container.ts
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 23, 2026

⚠️ No Changeset found

Latest commit: 2c04f37

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 23, 2026

Open in StackBlitz

@qwik.dev/core

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@8662

@qwik.dev/router

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@8662

eslint-plugin-qwik

npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@8662

create-qwik

npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@8662

@qwik.dev/optimizer

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/optimizer@8662

commit: 2c04f37

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 23, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview 2c04f37

@Varixo Varixo force-pushed the v2-out-of-order-streaming branch 3 times, most recently from d7b43a3 to aef6bf0 Compare May 26, 2026 21:06
Base automatically changed from v2-out-of-order-streaming to build/v2 May 28, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

3 participants