vault backup: 2024-08-28 14:35:00
This commit is contained in:
@@ -17,4 +17,8 @@ The part I couldn't get right was the `query.data.logosProductId` part. The sin
|
|||||||
I also read up on next.js's app routing because that has effects for when/where (server or client) the data is fetched. The older `getStaticProps` and `getServerSideProps` don't exist anymore. Basically, unless `'use client;'` is set somewhere, it happens on the server.
|
I also read up on next.js's app routing because that has effects for when/where (server or client) the data is fetched. The older `getStaticProps` and `getServerSideProps` don't exist anymore. Basically, unless `'use client;'` is set somewhere, it happens on the server.
|
||||||
# Meetings
|
# Meetings
|
||||||
## Commerce Scrum
|
## Commerce Scrum
|
||||||
|
## Mitch 1:1
|
||||||
|
[[Mitch Myers]]
|
||||||
|
## Edgar 1:1
|
||||||
|
[[Edgar Martinez]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user