jfairbank/redux-saga-router

Is it possible to use this library with SSR?

Opened this issue · 0 comments

Any thoughts or examples how to use this library with SSR ?

I guess I can use this library only on the client and implement some additional functionality based on the same router config for server. But in this case it could be useful to export from the library functionality for route matching.

Like the approach this library suggests. Thanks.