Closed greenarrowdb closed 5 years ago
Care to share some thoughts on how you might have this work-shopped in your brain-space? It's moved up on our priority list to have and I'd like to take a crack at it soon.
In short, the goal here is to remove the majority of cases that we'd use proceed by way of logic if i'm understanding this correctly.
I've been mulling over a solution for this, and i'm thinking that a good start would be, in the event we land on an unexpected page, before we raise the unexpected page error, do the following:
Right now routing happens in a static manner and if you need to change the route part way through, it can't happen.