Routing
Example on Stackblitz: stackblitz.com/ace-alliance-routing-example
The app contains 3 views.
- Index view: shows link to the todos view.
- Todos view: loads a list of links to the todo view with each link passing the given todo
id
as an argument. - Todo view: loads the todo information using the passed
id
.
Built using SolidJS.