multi-page-app-with-react icon indicating copy to clipboard operation
multi-page-app-with-react copied to clipboard

use with react-route

Open aledebs opened this issue 3 years ago • 1 comments

hi, is it possible to integrate the configuration with react-router? thanks

aledebs avatar Feb 09 '21 16:02 aledebs

hi @aledebs, yes it is possible to add router to one of the pages and setup routes between the views on this page using e.g.react-router but keep in mind that this routing would be available only within that page. In case of this project “routing” (or rather linking) between html pages is handled by standard hyperlinks a href="..." tag. I hope this will help. Good luck.

przemek-nowicki avatar Feb 10 '21 14:02 przemek-nowicki