parameter666
parameter666
TTCTheo's Typesafe Cult
Created by parameter666 on 8/28/2023 in #questions
SSR and page transitions
Short story! Can I have any type of page transitions when all pages are SSR? I've tried putting it in a template.js and wrapping layout in framer motion but no, There's a transition on first pageload only
12 replies
TTCTheo's Typesafe Cult
Created by parameter666 on 8/27/2023 in #questions
import pageData... VS pageData = await fetchPageData()...
In a SSR nextjs 13 app directory situation I though it was a simple and good idea to import the data and filter it for each page but I have experienced some stalls of the app that never resolves. Now I am rebuilding it using fetch-calls instead. Any angles on that?
15 replies