Mathieu Anderson
Mathieu Anderson
Hello! We have started using this library for the implementation at my workplace (well, mostly me). As I understand it from perusing the issues, it looks like it's the case...
Lightning fast reaction time @uriklar ! I posted the first question on Spectrum! And yes, I might look at adding to the docs! What's the process to make PRs to...
That's an interesting user flow. Each of these forms is its own page, and `Cancel` actually does a "back" browser action, so it is working as expected. And each individual...
This is a POC of how it could work using the `state` API from `react-router`: https://github.com/Aiven-Open/klaw/commit/07679f1c52ee37390049161670f1ac85c6a4f00f The behaviour we get is this: https://github.com/Aiven-Open/klaw/assets/20607294/9ad39316-1f0d-43c6-9575-11e682df27b4 Also works in more complex user journeys:...