vtex / faststore

Digital commerce toolkit for frontend developers
https://faststore.dev
MIT License
186 stars 58 forks source link

Feat: POC Next 13 global sections #2299

Closed eduardoformiga closed 2 months ago

eduardoformiga commented 4 months ago

What's the purpose of this pull request?

This PR was used to make experiments (POC) while migrating the global section to Next 13. Along the way, we created and adjusted some tasks and added comments to guide the migration.

This PR is gigantic because most components were moved from the src folder to the app folder to make it Server Components, with a few updates to make them use the updated path.

As the Next complains about client components, we added the 'use client' to some components. Also, other adjusts were needed, as you can see in this PR

I suggest you see the comments below, which are linked to the files.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **faststore-site** | ⬜️ Ignored ([Inspect](https://vercel.com/faststore/faststore-site/Dczuf2QbKqQUoghEnP2psS1cZN9c)) | [Visit Preview](https://faststore-site-git-feat-poc-next-13-global-sections-faststore.vercel.app) | | May 2, 2024 9:56pm |
codesandbox-ci[bot] commented 4 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

eduardoformiga commented 2 months ago

closed due to we already migrate to other feature branch.