Next.js Discord

Discord Forum

Auth context in nextjs 13

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
Hi i am a beginner at Nextjs and i am building a project with Nextjs/Django, and i want to create a Auth context, i saw some articles that they wrap the body with the Context they created, is that necessary or just i have to create it, then import it in whatever Component i need to use in it .
this link, https://codevoweb.com/setup-react-context-api-in-nextjs-13-app-directory/the author wrapped the body with the CounterProvider, but do i really need to ?, or as i said i can only import it in whatever component i need to use it in it, for example the Login.js component.

0 Replies