diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.92k stars 294 forks source link

React Router #297

Closed hseleiro closed 7 years ago

hseleiro commented 7 years ago

Please i need some help, whit the Router, i dont know where to put my Menu component, the router is working, but only if i write it by hand on the url. Where do i put my menu component ? it needs to stay above all my components, for it not disapear. Thanks for the help

diegohaz commented 7 years ago

Hi, @hseleiro.

Just use the App component.

You can ask these kind of questions on StackOverflow.

hseleiro commented 7 years ago

Thanks Diegohaz