foxhound87 / rfx-stack

RFX Stack - Universal App
MIT License
419 stars 42 forks source link

Migrating to router v4 from v3 #51

Closed mindaugasnakrosis closed 6 years ago

mindaugasnakrosis commented 6 years ago

Hello,

I am migrating my application to v4 react-router but the application localy seems unresponsive. It keeps loading with no response.

I tried console.log, debug in /src/web/client.jsx method of renderApp(), but nothing is logged out.

I tried logging in handleRouter()

I tried logging in ssr.js

I am out of thoughts what could cause this. Maybe any offers on what I should try, maybe there is lower level where I could log something out. At the moment I don't even know where to start reproducing the issue.

mindaugasnakrosis commented 6 years ago

@foxhound87 any ideas?

foxhound87 commented 6 years ago

the new version of react-router has some issues with SSR. Stick with v3.

foxhound87 commented 6 years ago

https://github.com/foxhound87/rfx-stack/issues/40