This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
redux store created AFTER router match while doing server-side rendering in ReactReduxSpa #663
Closed
Description
I'm using onEnter
in some Route elements that require authentication. On client-side things just worked; when rendered on server I got exceptions. As it turned out I was trying to access login-related info in the redux store in the function called by onEnter
and it wasn't configured yet by boot-server.tsx
. A simple issue to correct once I found it. To help other poor souls it might be a good idea to move the configureStore()
call before the match in the template so client and server-side work the same.
Metadata
Metadata
Assignees
Labels
No labels