Ajit Kumar
Ajit Kumar

Reputation: 590

How to create a react sidebar navigation with react router?

How we can create a react sidebar admin themes with react router?

Upvotes: 3

Views: 12461

Answers (3)

Ana Andrew
Ana Andrew

Reputation: 166

You can see a sidebar examples .

  1. React Router Sidebar 1
    React Router sidebar example1

  2. React Router Sidebar 2
    React Router sidebar example2

    You can use react router sidebar from both the links.

Upvotes: 2

Sangsom
Sangsom

Reputation: 437

Maybe see a Sidebar example of React Router.

Upvotes: 2

hackeryarn
hackeryarn

Reputation: 312

You can create a wrapper component that is the sidebar itself. Then, setup your desired routes to be wrapped with a sidebar.

This approach has the benefit of keeping all the logic in your router without requiring modifications to any of your current components. It will also work great for server side rendered apps if you decide to move in that direction.

Upvotes: 0

Related Questions