#zeke_code

1 messages ยท Page 1 of 1 (latest)

fallen oakBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1267869167898329181

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

lapis heronBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

static lynx
#

Hi there ๐Ÿ‘‹ just making sure I'm parsing correclty, this is specifically regarding the file structure you should use in your Next project? Asking because that's what I'm getting from the question, but I'm not familiar with the Next framework so I want to make sure I'm not misunderstanding.

vast hedge
#

Yes you are correct! it is a Nextjs project!

static lynx
#

Hm, I'm not sure then, I don't know that framework very well. Let me see if I have any teammates available that do.

vast hedge
#

Sounds good thanks for the help

fallen oakBOT
bright bear
#

Hello
app.js in the quickstart is the first component the app mounts..

What component does your index.js render first?

vast hedge
#

I am actually using nextjs 13 so it would be my layout.tsx I belive src/app/layout.tsx

bright bear
#

Gotcha. So you would add the _app.js code to the compoenent you want to use to render Embedded Elements

vast hedge
#

So should my _app.js be my layout.tsx?!

bright bear
#

if that's the only component that gets rendered then most likely

vast hedge
#

Ok let me try it and ill get back to you thanks!

vast hedge
#

hmmm i cant seem to make it work