typical-coral
typical-coral15mo ago

Where’s the refine banner located at

Where’s the refine banner located at? This is GREAT to have all my libraries and DB ready. I’m using Nextjs
5 Replies
kapa.ai
kapa.ai15mo ago
Hi @alicanerdurmaz. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
wee-brown
wee-brown15mo ago
inside app.tsx. <GithubBanner>
conscious-sapphire
conscious-sapphire15mo ago
Thank you! Typically i would just run a snippet for Nextjs to create my main page, BUT, index.js is my main? I’m not familiar with how things are surrounded with providers with Refine I might have asked this, but have you implemented with Amplication?
wee-brown
wee-brown15mo ago
https://github.com/refinedev/refine/tree/next/examples/with-nextjs Our example follows convention of typical nextjs app. You can think _documen.tsx or _app.tsx is your main.
GitHub
refine/examples/with-nextjs at next · refinedev/refine
Build your React-based CRUD applications, without constraints. - refine/examples/with-nextjs at next · refinedev/refine
wee-brown
wee-brown15mo ago
But these are not specific to refine. refine provides features with react context API. i think you need to learn react before starting to refine because these are fundemantal questions