remove public routes from account #958
jamalsoueidan
started this conversation in
Ideas + Feature Requests
Replies: 1 comment
-
This sounds like a great change @jamalsoueidan and we'd love a PR! The process should be:
Some other general guidelines: https://github.com/Shopify/hydrogen/blob/2023-04/CONTRIBUTING.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apply underscores to all public account routes. Since we don't need the account layout, this practice will result in cleaner code.
etc.
Account loader becomes simpler, and the useLoaderData() is no longer a union type, eliminating the need for TmpRemixFix.
From:
To:
This code block can also be removed from the component.
I would like to contribute to the demo store, I just need to figure out how to do it? Just clone the repos, create a branch and push?
Beta Was this translation helpful? Give feedback.
All reactions