Hi,
I’m having some troubles trying to implement SSR with react router.
I have installed react, material-ui through npm and react-router through meteor package manager.
Everything was working as expected but now that I need to do SSR, It is not.
First, I installed react-router-ssr through npm but when running it throws Can't find npm module 'react-router-ssr'
I have tried with import, require, ‘ReactRouterSSR’, ‘react-router-ssr’, etc. and It always throws this error.
Then I installed it through meteor package manager and I couldn’t make it work either. It starts the app but then it throws that I have two copies of React installed.
So, any help would be appreciated.
Thank you