Skip to content
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

Update to 2024.10.1 #85

Merged
merged 2 commits into from
Jan 9, 2025
Merged

Update to 2024.10.1 #85

merged 2 commits into from
Jan 9, 2025

Conversation

wizardlyhel
Copy link
Contributor

@wizardlyhel wizardlyhel commented Dec 13, 2024

Following the update guide from skeleton template for 2024.10.2: https://github.com/Shopify/hydrogen/blob/main/templates/skeleton/CHANGELOG.md#2024102

  • Convert product page to support for 2k variants and combined listing products
  • Fix cart route so it renders fully on server side
  • Fix product SEO due to updates to product page

There isn’t much UI changes aside from before we are able to click on non-existing variants and the button would do nothing. Now, it is properly navigating to the first available variant.

The suspense/await was purely for the fact we had to query for all variants of a product to figure out variant availability. This all variant query would become very slow if there is a lot of variant (you only need about 50 variants to start to feel the slowness).

Now that adjacent variant information are available within the first query, we no longer need to query for all variants

Copy link
Contributor

shopify bot commented Dec 13, 2024

Oxygen deployed a preview of your hl-update-2024-10-1 branch. Details:

Storefront Status Preview link Deployment details Last update (UTC)
Hydrogen Demo Store v2 ✅ Successful (Logs) Preview deployment Inspect deployment January 9, 2025 4:36 PM

Learn more about Hydrogen's GitHub integration.

@wizardlyhel wizardlyhel merged commit f7571e5 into main Jan 9, 2025
5 checks passed
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.

2 participants