#Lazy loading server components

3 messages · Page 1 of 1 (latest)

fickle vessel
#

Is it possible to lazy load server components? I'm having a modal with data from the database. The common way of loading data into the modal would be either
A) Do a client-side request to an API/Route handler (via tRPC, SWR, fetch or similar) the moment the modal opens
B) Pass the data from the server component into the client component on page load
I wonder if you can somehow have a server component (modal content) get lazily requested/rendered via a client component (modal itself).

manic sinewBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

haughty laurel
#

I have the same question