-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Hydrogen docs]: Analytics #962
Conversation
@wizardlyhel These are the source docs that correspond with https://github.com/Shopify/shopify-dev/pull/17920 and the work you've been doing in Shopify/hydrogen#890. Open to any feedback! |
d424819
to
17a470f
Compare
b096c9c
to
3303674
Compare
We detected some changes in |
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.
Aside from that rename comment, everything looks good
@wizardlyhel I think it would be useful! I can look into incorporating that as part of the doc. |
2976ae8
to
13376ef
Compare
Co-authored-by: Helen Lin <[email protected]>
1c762d8
to
1247d92
Compare
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.
👍
* v1.x-2022-07: [Hydrogen docs]: Analytics (#962) Analytics (#890) Allow line breaks inside script tags (#1061) Fix encoding of CSS Modules to solve hydration errors (#1062) [Hydrogen docs]: Update guidance on troubleshooting third-party dependencies (#1055) Update Vite RSC Plugin (#1054) Fix link prefetch (#1059) Initial devTools component (#998) Support sub request cache control header `stale-while-revalidate` everywhere (#1049) Fix cookie parsing (#1046) Update 3-external-images-with-a-custom-loader.example.tsx (#1045) Restore scroll position on browser navigation (#1047) Remove old changeset to unblock release (#1042) [ci] release v1.x-2022-07 (#1019) Update to Vite 2.9 (#1039) Use lang directive (#1028)
* v1.x-2022-07: (37 commits) Adds Shopify/hydrogen-cli for development server (#1089) Make `useUrl()` reactive for subscribing to navigation events (#1082) fix e2e tests streaming and suspense draft (#1033) [Hydrogen docs]: Restructure and simplify IA (#1079) Use new storefront API headers in queryShop API helper (#1075) Remove the dep of hydrogen-ui for now until we get it publishing (#1076) [ci] release v1.x-2022-07 (#1048) Introduce a synchronous-looking version of fetch for server and client (#983) improve the current type of ShopifyContextValue to be based on ShopifyConfig (#1072) Foundational work to split hydrogen-ui to its own package (#1060) Allow returning new requests from API routes (#1057) [Hydrogen docs]: Analytics (#962) Analytics (#890) Allow line breaks inside script tags (#1061) Fix encoding of CSS Modules to solve hydration errors (#1062) [Hydrogen docs]: Update guidance on troubleshooting third-party dependencies (#1055) Update Vite RSC Plugin (#1054) Fix link prefetch (#1059) Initial devTools component (#998) ...
Hello. I've set up a vanilla "Demo Store - Typescript"... followed the first part of this tutorial "Subscribe to an Event"... and expected the "payload" to be logged to the console... but nothing got logged. Has this tutorial been recently tested against the Demo Store? I can't get anything to log following this tutorial, nor using the EventsListener.client.tsx which is already built into the Demo Store. I don't doubt I'm doing something wrong and/or having a fundamental misunderstanding... TY! |
Hey @wizardlyhel! 👋 Would you be able to help out @grichards with the question above, and work with Ren on any docs updates that are required? |
This PR:
Tophatted