Skip to content

Comments

Updating v2 glossary#7356

Open
thejackshelton-kunaico wants to merge 5 commits intoQwikDev:build/v2from
thejackshelton-kunaico:patch-5
Open

Updating v2 glossary#7356
thejackshelton-kunaico wants to merge 5 commits intoQwikDev:build/v2from
thejackshelton-kunaico:patch-5

Conversation

@thejackshelton-kunaico
Copy link
Contributor

Extended terminology. Maybe a better place to put this?

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests / types / typos
  • Infra

Description

Checklist

  • My code follows the developer guidelines of this project
  • I performed a self-review of my own code
  • I added a changeset with pnpm change
  • I made corresponding changes to the Qwik docs
  • I added new tests to cover the fix / functionality

Extended terminology
@thejackshelton-kunaico thejackshelton-kunaico requested a review from a team as a code owner February 21, 2025 06:54
@changeset-bot
Copy link

changeset-bot bot commented Feb 21, 2025

⚠️ No Changeset found

Latest commit: 5fcdaa3

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.

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

pkg-pr-new bot commented Feb 21, 2025

Open in StackBlitz

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@7356
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@7356
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@7356
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@7356

commit: 5fcdaa3

Copy link
Member

@gioboa gioboa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Varixo after v2 updates, is this PR still up to date ?

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview 5fcdaa3

- VNode: A layer on top of DOM which can be deserialized from SSR, and which understands Virtual Nodes and properties on those nodes.
- DOM: The actual browser DOM.

vNodes are Qwik's translation layer between your JSX and the actual HTML. They act like sticky notes, helping Qwik track and manage changes efficiently.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont like the "sticky notes" they are more like wrappers

- `jsxNode`: What you want your component to look like (input)
- `vStartNode`: A snapshot of what your component currently looks like (output)

> The diff only looks at the specific component or signal being updated, not the entire page.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it depends on what was changed actually. For CSR render we look at the entire page :D


// varProp example with store
const store = useStore({ text: 'hello' });
<Button text={store.text} />; // store property reference can change
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still const prop I think. if you do spread operation then for sure it will be var prop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants