We have some sagas that react to URL changes. If the user clicks the back button twice, the first saga should be cancelled and only run with the arguments from the second click. Without a12 and bare Redux-Saga, we would use takeLatest. Is it possible to either run ApplicationSagas with takeLatest or emulate this behaviour with a12?
I think you can use a regular saga.