Hi, I am heavy user of redux first router and cannot wait for this library to become stable and documented.
In the meantime, I am wondering whether you will support better a case from RFR issue I posted some time ago faceyspacey/redux-first-router#94
Ideally it would be great if all translation logic could be encapsulated in a route configuration, so we would not need to worry about going from /en/home to /de/haus and vice versa, as home/haus could be calculated by this library based on and option/basename
then, /en/haus and /de/home would raise 404, and swithing basename when on /en/home from en to de would automatically recalculate url to /de/haus
Hi, I am heavy user of redux first router and cannot wait for this library to become stable and documented.
In the meantime, I am wondering whether you will support better a case from RFR issue I posted some time ago faceyspacey/redux-first-router#94
Ideally it would be great if all translation logic could be encapsulated in a route configuration, so we would not need to worry about going from
/en/hometo/de/hausand vice versa, as home/haus could be calculated by this library based on and option/basenamethen,
/en/hausand/de/homewould raise 404, and swithing basename when on/en/homefromentodewould automatically recalculate url to/de/haus