DEV Community

Discussion on: Use next.js with react-router

Collapse
 
arthkun profile image
Arthur Cougé

Hello Andrea, nice article!
I'm only discovering the ssr with next and I was wondering, is it better to wrap the whole App like you do in react-router, even if I only use it for few pages, or is it better to wrap only the pages and component I use with react-router the same way I wrap only with redux pages with redux?