Use Icon
GemElement more
Theme
Internationalization
VS other libraries
Development
Building
Testing
Debug
FAQ
Routing
In a traditional multi-page application, the browser loads different HTML pages based on the user's request. With Gem, all page content is generated dynamically, and routing is used to manage the mapping of these views.
Basic
The URL can be changed using the History API, Gem's history object maintains a Store of history: history.store, when using history to update the route, its history.store will be updated to update the elements connected to history.store.