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
Hi @alicanerdurmaz. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
itchy-amethyst•2y ago
inside app.tsx. <GithubBanner>
fascinating-indigo•2y 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?
itchy-amethyst•2y 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
itchy-amethyst•2y 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