Potential Supported Routers

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.

1 Like

We think we are going to implement the Simple Router for the v1.0 launch. It is enough to start using Frontity.

Awesome David! :rocket:

I have a suggestion for the names:

  • tiny-router: the simpler one.
  • 3d-router: the one with contexts.