34 Commits

Author SHA1 Message Date
Henrik Larsson
04477fe83a Test suspense in dynamic content manager 2023-08-10 15:16:45 +02:00
Henrik Larsson
336ae78a4b Updated TypeScript to resolve async RSC error 2023-08-09 14:34:10 +02:00
Henrik Larsson
a16807c8d8 Added suspense and restructured layout AND pages 2023-08-09 14:19:27 +02:00
Henrik Larsson
bc71f62b72 Removed suspense from dynamic content 2023-08-08 22:43:36 +02:00
Henrik Larsson
06e87a448d Add supense to Dynamic contentg 2023-08-08 22:40:02 +02:00
Henrik Larsson
e566c1f451 Dynamic imports 2023-08-08 22:36:13 +02:00
Henrik Larsson
4721cdf365 Removed suspense 2023-08-08 22:03:32 +02:00
Henrik Larsson
cc2fb3543e Removed suspense 2023-08-08 21:56:25 +02:00
Henrik Larsson
103c7809c3 Test out suspense in react 2023-08-08 21:51:41 +02:00
Henrik Larsson
d90181fe29 Updates 2023-08-08 17:08:22 +02:00
Henrik Larsson
047e5fe566 Updates 2023-08-08 17:06:04 +02:00
Henrik Larsson
22aab2f657 Updates 2023-08-08 16:20:45 +02:00
Henrik Larsson
3e513eaf99 Updates 2023-08-08 11:46:46 +02:00
Henrik Larsson
6527974989 Catch all routes 2023-08-07 16:40:42 +02:00
Henrik Larsson
a75a2e7feb Structural changes 2023-08-07 15:06:13 +02:00
Henrik Larsson
5c2f3d5e3e Locale switcher updates 2023-07-07 12:56:33 +02:00
Henrik Larsson
1bd4d29ebb Dont import reusable section dynamic for now 2023-05-16 13:04:23 +02:00
Henrik Larsson
47b0df33d4 Added support for reusable section 2023-05-16 09:44:01 +02:00
Henrik Larsson
a740f19f8a Added styles for usp section and started on reusable section 2023-05-15 16:36:57 +02:00
Martin Westerlund
b954a14d25 Added USP section styling 2023-05-08 11:49:40 +02:00
Henrik Larsson
748439803c Tweaks 2023-05-05 20:02:11 +02:00
Henrik Larsson
7dc550291e Revert to global CSS 2023-05-05 12:02:25 +02:00
Henrik Larsson
d328f1ed96 Testing to relocate CSS according to new App dir functionality 2023-05-05 11:39:18 +02:00
Henrik Larsson
efe0c68b03 Footer 2023-05-05 10:40:26 +02:00
Henrik Larsson
4bf59a61f6 Iterations and TS error fixes 2023-05-05 10:12:15 +02:00
Henrik Larsson
c68f95e454 Ported more functionality 2023-05-04 09:20:26 +02:00
Henrik Larsson
603bd2b880 Iterated with translations 2023-05-03 15:16:42 +02:00
Henrik Larsson
cca3250557 Iterated with translations 2023-05-03 09:58:35 +02:00
Tobias Lins
9ea5671579
Don't fail when collections are not found (#996)
* Don't fail when collections are not found

* fix another error
2023-04-26 09:26:52 -05:00
Michael Novotny
7de3ae5583
Removes unnecessary async on ProductGridItems (#977) 2023-04-20 13:54:04 -05:00
Stephanie Dietz
acb4ff400b
Updates recommended products to use ProductGridItems component (#975) 2023-04-20 11:27:18 -05:00
Stephanie Dietz
a677c17f78
Update canary version to fix scroll to top. (#976) 2023-04-20 10:40:29 -05:00
Michael Novotny
67a192eba8
Adds documentation on how to configure Next.js Commerce and Shopify (#974) 2023-04-20 06:46:35 -04:00
Lee Robinson
fd9450aecb
Next.js Commerce refresh. (#966)
We're making some updates to Next.js Commerce. Everything prior to this commit marks what we're calling [`v1`](https://github.com/vercel/commerce/releases/tag/v1) as a point in time to be able to reference and still use going into the future. The current architecture of Commerce is a multi-vendor, interoperable solution, including:

- [Shopify](https://shopify.vercel.store/)
- [Swell](https://swell.vercel.store/)
- [BigCommerce](https://bigcommerce.vercel.store/)
- [Vendure](https://vendure.vercel.store/)
- [Saleor](https://saleor.vercel.store/)
- [Ordercloud](https://ordercloud.vercel.store/)
- [Spree](https://spree.vercel.store/)
- [Kibo Commerce](https://kibocommerce.vercel.store/)
- [Commerce.js](https://commercejs.vercel.store/)
- [SalesForce Cloud Commerce](https://salesforce-cloud-commerce.vercel.store/)

All features can be toggled on or off, and it's easy to change between commerce providers. To support this, we needed to create a ["commerce metaframework"](d1d9e8c434/packages/commerce/new-provider.md) where providers could confirm to an API spec to add support for Next.js Commerce. While this worked and was successful for `v1`, we have different design goals and ambitions for `v2`.

**What You Need To Know**

- `v1` will not be updated moving forward. If you need to reference `v1`, you will still be able to clone and deploy the version tagged at this release.
- `v2` will be shifting to be a single provider vs. provider agnostic. Other providers are welcome to fork this repository and swap out the underlying `lib/` implementation that connects to the selected commerce provider (Shopify). This architecture was chosen to reduce the surface area of the codebase, remove the intermediate metaframework layer for provider-interoperability, and enable usage with the latest Next.js and React features.
- We will be sharing more about `v2` in the future as we continue to iterate before the marked release.
2023-04-17 22:00:47 -05:00