izzm
izzm
> IN case anyone else is interested, we intend to also use ClusterSecret with https://github.com/stakater/Reloader to trigger pod and deployment restarts on secret rotations I tried do that way, but...
In 6.4 `react-router` introduces new Data API with async data loaders and actions, component lazy loading and other stuff https://reactrouter.com/en/main/routers/picking-a-router#data-apis. This new methods available only while initializing a router in...
Yes, we need a custom router. With `react-router-integration` routes are defined in pre-6.4 style, for example (snippet from documentation): ``` return ( ); ``` `location` and `reactNavigator` are objects, created...
I create a workaround for 6.4+ style routes definition: ``` import { Action, createRouter, Path, To, type History, } from "@remix-run/router"; ... const navigator = useMemo(() => initNavigator("app-navigation-state"), []); const...
> Any update about this? > I use this approach and back button (or navigate(-1)) only changes url but react app doesnt react about that change Try to use `navigator.back();`...
Is there any updates about this issue?