-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(shop): get/set cookie with routeLoader$ #4750
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👷 Deploy request for qwik-insights pending review.Visit the deploys page to approve it
|
Run & review this pull request in StackBlitz Codeflow. |
gioboa
changed the title
docs(shop): get/set cookie with loader
docs(shop): get/set cookie with routeLoader$
Jul 7, 2023
gioboa
force-pushed
the
shop_use_cart_loader
branch
from
July 7, 2023 11:22
7b81d98
to
42f1d27
Compare
hamatoyogi
approved these changes
Jul 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -34,22 +26,28 @@ const useProductsLoader = routeLoader$(async () => { | |||
return mapProducts(node.products.edges); | |||
}); | |||
|
|||
const useCartLoader = routeLoader$(async ({ cookie }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
kodiakhq bot
referenced
this pull request
in ascorbic/unpic-img
Aug 20, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@builder.io/qwik](https://qwik.builder.io/) ([source](https://togithub.com/BuilderIO/qwik)) | [`1.2.6` -> `1.2.7`](https://renovatebot.com/diffs/npm/@builder.io%2fqwik/1.2.6/1.2.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@builder.io%2fqwik/1.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@builder.io%2fqwik/1.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@builder.io%2fqwik/1.2.6/1.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@builder.io%2fqwik/1.2.6/1.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>BuilderIO/qwik (@​builder.io/qwik)</summary> ### [`v1.2.7`](https://togithub.com/BuilderIO/qwik/releases/tag/v1.2.7) [Compare Source](https://togithub.com/BuilderIO/qwik/compare/v1.2.6...v1.2.7) #### What's Changed - docs: minor grammar fix on advanced docs by [@​hbendev](https://togithub.com/hbendev) in [https://github.com/BuilderIO/qwik/pull/4728](https://togithub.com/BuilderIO/qwik/pull/4728) - chore: build vercelserverless branch by [@​adamdbradley](https://togithub.com/adamdbradley) in [https://github.com/BuilderIO/qwik/pull/4752](https://togithub.com/BuilderIO/qwik/pull/4752) - chore(insights): update the format of data being sent by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4761](https://togithub.com/BuilderIO/qwik/pull/4761) - Insights by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4762](https://togithub.com/BuilderIO/qwik/pull/4762) - chore(insights): add symbol details to slow query by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4763](https://togithub.com/BuilderIO/qwik/pull/4763) - Pr fix prefetch by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4774](https://togithub.com/BuilderIO/qwik/pull/4774) - chore(docs): update to latest qwik by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4775](https://togithub.com/BuilderIO/qwik/pull/4775) - feat(insights): add outgoing view by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4783](https://togithub.com/BuilderIO/qwik/pull/4783) - chore(insights): fix broken deploy by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4784](https://togithub.com/BuilderIO/qwik/pull/4784) - chore(insight): SQL query cleanup by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4791](https://togithub.com/BuilderIO/qwik/pull/4791) - feat: insights app by [@​zanettin](https://togithub.com/zanettin) in [https://github.com/BuilderIO/qwik/pull/4694](https://togithub.com/BuilderIO/qwik/pull/4694) - docs: add vDOM FAQ by [@​hamatoyogi](https://togithub.com/hamatoyogi) in [https://github.com/BuilderIO/qwik/pull/4788](https://togithub.com/BuilderIO/qwik/pull/4788) - Fixed a typo in the error message by [@​uceumice](https://togithub.com/uceumice) in [https://github.com/BuilderIO/qwik/pull/4800](https://togithub.com/BuilderIO/qwik/pull/4800) - insights website: change auth provider by [@​gioboa](https://togithub.com/gioboa) in [https://github.com/BuilderIO/qwik/pull/4802](https://togithub.com/BuilderIO/qwik/pull/4802) - fix(compile): compile source code on windows os by [@​leifermendez](https://togithub.com/leifermendez) in [https://github.com/BuilderIO/qwik/pull/4777](https://togithub.com/BuilderIO/qwik/pull/4777) - Fixed a typo in the title of this page by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4782](https://togithub.com/BuilderIO/qwik/pull/4782) - cli: move next steps instructions to appear last by [@​hamatoyogi](https://togithub.com/hamatoyogi) in [https://github.com/BuilderIO/qwik/pull/4790](https://togithub.com/BuilderIO/qwik/pull/4790) - feat(insights): fix create app flow by [@​gioboa](https://togithub.com/gioboa) in [https://github.com/BuilderIO/qwik/pull/4804](https://togithub.com/BuilderIO/qwik/pull/4804) - Fixed a typo in the title by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4806](https://togithub.com/BuilderIO/qwik/pull/4806) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4807](https://togithub.com/BuilderIO/qwik/pull/4807) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4808](https://togithub.com/BuilderIO/qwik/pull/4808) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4810](https://togithub.com/BuilderIO/qwik/pull/4810) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4811](https://togithub.com/BuilderIO/qwik/pull/4811) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4812](https://togithub.com/BuilderIO/qwik/pull/4812) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4809](https://togithub.com/BuilderIO/qwik/pull/4809) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4813](https://togithub.com/BuilderIO/qwik/pull/4813) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4814](https://togithub.com/BuilderIO/qwik/pull/4814) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4815](https://togithub.com/BuilderIO/qwik/pull/4815) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4816](https://togithub.com/BuilderIO/qwik/pull/4816) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4817](https://togithub.com/BuilderIO/qwik/pull/4817) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4818](https://togithub.com/BuilderIO/qwik/pull/4818) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4819](https://togithub.com/BuilderIO/qwik/pull/4819) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4820](https://togithub.com/BuilderIO/qwik/pull/4820) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4821](https://togithub.com/BuilderIO/qwik/pull/4821) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4823](https://togithub.com/BuilderIO/qwik/pull/4823) - Update index.mdx by [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) in [https://github.com/BuilderIO/qwik/pull/4822](https://togithub.com/BuilderIO/qwik/pull/4822) - repl: default to 1.1.5 until 1.2.x works by [@​wmertens](https://togithub.com/wmertens) in [https://github.com/BuilderIO/qwik/pull/4838](https://togithub.com/BuilderIO/qwik/pull/4838) - feat(insights): add icons and dashboard. by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4803](https://togithub.com/BuilderIO/qwik/pull/4803) - feat(insights): add manifest latency page by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4843](https://togithub.com/BuilderIO/qwik/pull/4843) - feat: add Orama integration by [@​gioboa](https://togithub.com/gioboa) in [https://github.com/BuilderIO/qwik/pull/4620](https://togithub.com/BuilderIO/qwik/pull/4620) - Feature: Turso by [@​xinnks](https://togithub.com/xinnks) in [https://github.com/BuilderIO/qwik/pull/4845](https://togithub.com/BuilderIO/qwik/pull/4845) - docs: some spaces in index.mdx by [@​DKozachenko](https://togithub.com/DKozachenko) in [https://github.com/BuilderIO/qwik/pull/4847](https://togithub.com/BuilderIO/qwik/pull/4847) - docs: update tutorial to use cleanup inside useTaskQRL by [@​wtlin1228](https://togithub.com/wtlin1228) in [https://github.com/BuilderIO/qwik/pull/4837](https://togithub.com/BuilderIO/qwik/pull/4837) - docs: correct the links for useResource by [@​wtlin1228](https://togithub.com/wtlin1228) in [https://github.com/BuilderIO/qwik/pull/4831](https://togithub.com/BuilderIO/qwik/pull/4831) - docs: add aws logo by [@​leifermendez](https://togithub.com/leifermendez) in [https://github.com/BuilderIO/qwik/pull/4825](https://togithub.com/BuilderIO/qwik/pull/4825) - fix:(adapter): aws fix path of aws-lambda by [@​leifermendez](https://togithub.com/leifermendez) in [https://github.com/BuilderIO/qwik/pull/4751](https://togithub.com/BuilderIO/qwik/pull/4751) - Fix endpoints link in middleware section by [@​gparlakov](https://togithub.com/gparlakov) in [https://github.com/BuilderIO/qwik/pull/4746](https://togithub.com/BuilderIO/qwik/pull/4746) - Playground dictionary compression by [@​wmertens](https://togithub.com/wmertens) in [https://github.com/BuilderIO/qwik/pull/4839](https://togithub.com/BuilderIO/qwik/pull/4839) - click-to-component: release keys on alt+tab by [@​wmertens](https://togithub.com/wmertens) in [https://github.com/BuilderIO/qwik/pull/4846](https://togithub.com/BuilderIO/qwik/pull/4846) - docs: fix typos in events/index.mdx by [@​harishkrishnan24](https://togithub.com/harishkrishnan24) in [https://github.com/BuilderIO/qwik/pull/4862](https://togithub.com/BuilderIO/qwik/pull/4862) - docs: fix events/index.mdx by [@​harishkrishnan24](https://togithub.com/harishkrishnan24) in [https://github.com/BuilderIO/qwik/pull/4861](https://togithub.com/BuilderIO/qwik/pull/4861) - docs: fix a typo by [@​lollyxsrinand](https://togithub.com/lollyxsrinand) in [https://github.com/BuilderIO/qwik/pull/4859](https://togithub.com/BuilderIO/qwik/pull/4859) - docs: changed order of scripts in "Run in your own app" to match the … by [@​jeroenbach](https://togithub.com/jeroenbach) in [https://github.com/BuilderIO/qwik/pull/4860](https://togithub.com/BuilderIO/qwik/pull/4860) - docs: add anirbandas.in to showcase by [@​anirban12d](https://togithub.com/anirban12d) in [https://github.com/BuilderIO/qwik/pull/4848](https://togithub.com/BuilderIO/qwik/pull/4848) - docs: improve documentation for getting started guide by [@​seqshem](https://togithub.com/seqshem) in [https://github.com/BuilderIO/qwik/pull/4855](https://togithub.com/BuilderIO/qwik/pull/4855) - docs(shop): get/set cookie with routeLoader$ by [@​gioboa](https://togithub.com/gioboa) in [https://github.com/BuilderIO/qwik/pull/4750](https://togithub.com/BuilderIO/qwik/pull/4750) - DX: Overwrite Emmet default by [@​the-r3aper7](https://togithub.com/the-r3aper7) in [https://github.com/BuilderIO/qwik/pull/4867](https://togithub.com/BuilderIO/qwik/pull/4867) - Allow passing in loading and decoding attributes for images loaded using ?jsx by [@​jaroel](https://togithub.com/jaroel) in [https://github.com/BuilderIO/qwik/pull/4834](https://togithub.com/BuilderIO/qwik/pull/4834) - fix: Image size false negatives by [@​manucorporat](https://togithub.com/manucorporat) in [https://github.com/BuilderIO/qwik/pull/4871](https://togithub.com/BuilderIO/qwik/pull/4871) - feat: global css HMR by [@​manucorporat](https://togithub.com/manucorporat) in [https://github.com/BuilderIO/qwik/pull/4870](https://togithub.com/BuilderIO/qwik/pull/4870) - fix: useComputed with mutable props by [@​manucorporat](https://togithub.com/manucorporat) in [https://github.com/BuilderIO/qwik/pull/4872](https://togithub.com/BuilderIO/qwik/pull/4872) - fix: run linter during dev mode by [@​manucorporat](https://togithub.com/manucorporat) in [https://github.com/BuilderIO/qwik/pull/4873](https://togithub.com/BuilderIO/qwik/pull/4873) - fix: dont show cls warning on reload by [@​manucorporat](https://togithub.com/manucorporat) in [https://github.com/BuilderIO/qwik/pull/4876](https://togithub.com/BuilderIO/qwik/pull/4876) - chore: update all deps by [@​manucorporat](https://togithub.com/manucorporat) in [https://github.com/BuilderIO/qwik/pull/4875](https://togithub.com/BuilderIO/qwik/pull/4875) - docs: Typo in caching/index.mdx by [@​harishkrishnan24](https://togithub.com/harishkrishnan24) in [https://github.com/BuilderIO/qwik/pull/4885](https://togithub.com/BuilderIO/qwik/pull/4885) - docs: Update components/tasks note regarding useTask$ by [@​harishkrishnan24](https://togithub.com/harishkrishnan24) in [https://github.com/BuilderIO/qwik/pull/4866](https://togithub.com/BuilderIO/qwik/pull/4866) - docs: fix typos in advanced/routing/index.mdx by [@​vfshera](https://togithub.com/vfshera) in [https://github.com/BuilderIO/qwik/pull/4865](https://togithub.com/BuilderIO/qwik/pull/4865) - docs: add a new blog site powered by qwik by [@​suhastgit](https://togithub.com/suhastgit) in [https://github.com/BuilderIO/qwik/pull/4874](https://togithub.com/BuilderIO/qwik/pull/4874) - docs: add realmof.tech to the showcase by [@​irvanmalik48](https://togithub.com/irvanmalik48) in [https://github.com/BuilderIO/qwik/pull/4770](https://togithub.com/BuilderIO/qwik/pull/4770) - Allow dynamic host for the fastify adapter by [@​genki](https://togithub.com/genki) in [https://github.com/BuilderIO/qwik/pull/4893](https://togithub.com/BuilderIO/qwik/pull/4893) - fix: fastify logging and 404 page loading issues by [@​dheeruasdf](https://togithub.com/dheeruasdf) in [https://github.com/BuilderIO/qwik/pull/4879](https://togithub.com/BuilderIO/qwik/pull/4879) - fix: typo on Builder Starter by [@​thejackshelton](https://togithub.com/thejackshelton) in [https://github.com/BuilderIO/qwik/pull/4896](https://togithub.com/BuilderIO/qwik/pull/4896) - fix(.vscode/extenstions.json): rename the wrongly named file to the correct name by [@​jensmeindertsma](https://togithub.com/jensmeindertsma) in [https://github.com/BuilderIO/qwik/pull/4904](https://togithub.com/BuilderIO/qwik/pull/4904) - docs(component): fix blog menu icon in ecosystem by [@​harshmangalam](https://togithub.com/harshmangalam) in [https://github.com/BuilderIO/qwik/pull/4891](https://togithub.com/BuilderIO/qwik/pull/4891) - docs: fix useresource$ url by [@​blackpr](https://togithub.com/blackpr) in [https://github.com/BuilderIO/qwik/pull/4883](https://togithub.com/BuilderIO/qwik/pull/4883) - docs: add ru videos Qwik index.tsx by [@​Unf1lled](https://togithub.com/Unf1lled) in [https://github.com/BuilderIO/qwik/pull/4717](https://togithub.com/BuilderIO/qwik/pull/4717) - docs: fixing typos by [@​CoralWombat](https://togithub.com/CoralWombat) in [https://github.com/BuilderIO/qwik/pull/4630](https://togithub.com/BuilderIO/qwik/pull/4630) - Fix typo in docs URL by [@​ownchoice](https://togithub.com/ownchoice) in [https://github.com/BuilderIO/qwik/pull/4906](https://togithub.com/BuilderIO/qwik/pull/4906) - docs: correct code example (modular-forms integration) by [@​uceumice](https://togithub.com/uceumice) in [https://github.com/BuilderIO/qwik/pull/4911](https://togithub.com/BuilderIO/qwik/pull/4911) - docs: several fixes by [@​zanettin](https://togithub.com/zanettin) in [https://github.com/BuilderIO/qwik/pull/4916](https://togithub.com/BuilderIO/qwik/pull/4916) - docs: update link to react docs by [@​abhi-works](https://togithub.com/abhi-works) in [https://github.com/BuilderIO/qwik/pull/4925](https://togithub.com/BuilderIO/qwik/pull/4925) - chore(insights): update to latest drizzle by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4929](https://togithub.com/BuilderIO/qwik/pull/4929) - docs: update 'link' to 'links' in DocumentHead description by [@​solamichealolawale](https://togithub.com/solamichealolawale) in [https://github.com/BuilderIO/qwik/pull/4927](https://togithub.com/BuilderIO/qwik/pull/4927) - fix(insights): change manifest table index by [@​gioboa](https://togithub.com/gioboa) in [https://github.com/BuilderIO/qwik/pull/4934](https://togithub.com/BuilderIO/qwik/pull/4934) - docs: Add modal cookbook example. by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4928](https://togithub.com/BuilderIO/qwik/pull/4928) - fix(insights): add useIsAuthUser guard by [@​gioboa](https://togithub.com/gioboa) in [https://github.com/BuilderIO/qwik/pull/4935](https://togithub.com/BuilderIO/qwik/pull/4935) - chore: update bug template by [@​shairez](https://togithub.com/shairez) in [https://github.com/BuilderIO/qwik/pull/4938](https://togithub.com/BuilderIO/qwik/pull/4938) - chore: Update feature issue template by [@​shairez](https://togithub.com/shairez) in [https://github.com/BuilderIO/qwik/pull/4939](https://togithub.com/BuilderIO/qwik/pull/4939) - chore: update docs_suggestion issue template by [@​shairez](https://togithub.com/shairez) in [https://github.com/BuilderIO/qwik/pull/4940](https://togithub.com/BuilderIO/qwik/pull/4940) - fix(qwik): use `appendChild` (instead of `append`) which is supported in domino by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4926](https://togithub.com/BuilderIO/qwik/pull/4926) - 1.2.7 by [@​mhevery](https://togithub.com/mhevery) in [https://github.com/BuilderIO/qwik/pull/4942](https://togithub.com/BuilderIO/qwik/pull/4942) #### New Contributors - [@​uceumice](https://togithub.com/uceumice) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4800](https://togithub.com/BuilderIO/qwik/pull/4800) - [@​Benny-Nottonson](https://togithub.com/Benny-Nottonson) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4782](https://togithub.com/BuilderIO/qwik/pull/4782) - [@​DKozachenko](https://togithub.com/DKozachenko) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4847](https://togithub.com/BuilderIO/qwik/pull/4847) - [@​gparlakov](https://togithub.com/gparlakov) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4746](https://togithub.com/BuilderIO/qwik/pull/4746) - [@​harishkrishnan24](https://togithub.com/harishkrishnan24) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4862](https://togithub.com/BuilderIO/qwik/pull/4862) - [@​lollyxsrinand](https://togithub.com/lollyxsrinand) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4859](https://togithub.com/BuilderIO/qwik/pull/4859) - [@​jeroenbach](https://togithub.com/jeroenbach) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4860](https://togithub.com/BuilderIO/qwik/pull/4860) - [@​anirban12d](https://togithub.com/anirban12d) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4848](https://togithub.com/BuilderIO/qwik/pull/4848) - [@​seqshem](https://togithub.com/seqshem) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4855](https://togithub.com/BuilderIO/qwik/pull/4855) - [@​vfshera](https://togithub.com/vfshera) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4865](https://togithub.com/BuilderIO/qwik/pull/4865) - [@​suhastgit](https://togithub.com/suhastgit) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4874](https://togithub.com/BuilderIO/qwik/pull/4874) - [@​irvanmalik48](https://togithub.com/irvanmalik48) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4770](https://togithub.com/BuilderIO/qwik/pull/4770) - [@​dheeruasdf](https://togithub.com/dheeruasdf) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4879](https://togithub.com/BuilderIO/qwik/pull/4879) - [@​jensmeindertsma](https://togithub.com/jensmeindertsma) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4904](https://togithub.com/BuilderIO/qwik/pull/4904) - [@​blackpr](https://togithub.com/blackpr) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4883](https://togithub.com/BuilderIO/qwik/pull/4883) - [@​Unf1lled](https://togithub.com/Unf1lled) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4717](https://togithub.com/BuilderIO/qwik/pull/4717) - [@​CoralWombat](https://togithub.com/CoralWombat) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4630](https://togithub.com/BuilderIO/qwik/pull/4630) - [@​ownchoice](https://togithub.com/ownchoice) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4906](https://togithub.com/BuilderIO/qwik/pull/4906) - [@​abhi-works](https://togithub.com/abhi-works) made their first contribution in [https://github.com/BuilderIO/qwik/pull/4925](https://togithub.com/BuilderIO/qwik/pull/4925) **Full Changelog**: QwikDev/qwik@v1.2.6...v1.2.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ascorbic/unpic-img). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is it?
Description
To optimise the shop section and remove the flicker I moved the get/set cookie logic into a routeLoader$
Checklist: