anton7r / a7JS

A light 3kb Javascript Framework which focuses on SPAs with a simple built in routing / page sorting system.
MIT License
6 stars 0 forks source link

v4 Router functionality #15

Closed anton7r closed 5 years ago

anton7r commented 5 years ago

Making router paths into objects would be a great addition to the framework but also not neccessary.

anton7r commented 5 years ago

we dont anymore pass the route into the function that executes when routed to a path.

We could make sort of a parser tho which optionally would give you the path split into multiple things

anton7r commented 5 years ago

easy to do

anton7r commented 5 years ago

Does not server a purpose