seagull-js / seagull

the core of the seagull framework
https://seagull-js.github.io/seagull/
GNU Lesser General Public License v3.0
10 stars 5 forks source link

How to route without page reload? #117

Open levito opened 5 years ago

levito commented 5 years ago

At the moment it seems to be impossible to route without page reload.

Similar projects like Next.js or Razzle provide a Link component for that - either self-implemented or as part of a universal routing library like react-router.

Seagull should have one as well to achieve a reasonably fast user experience.