Next.js Discord

Discord Forum

How to achieve sidebar?

Unanswered
Band-tailed Pigeon posted this in #help-forum
Open in Discord
Band-tailed PigeonOP
I want to create a sidebar in Next.js that is fixed on the left and contains a search form (with some useState..). How should I plan my folder structure? I want to use the App Router.

2 Replies

It can be a client component on the layout
Spectacled bear
It's up to you, if the sidebar is coming on all pages put it inside the common components folder else create a layout folder and put it there.