Here we’re going to discuss which routers we could implement. At this moment we have in mind these:
Simple Router (AKA: 1D Router)
It should be the most simple one. It only has to store the current path and maybe the URL history.
Context Router (AKA: 3D Router)
More complex, as it can define a stack of contexts with several paths inside rows or columns. Useful for infinite scroll and/or swiping.