# Navigation with Qwik
1. Make other pages Qwik
- `about` page
1. REST API `render=innerFargment`;
- Renders `about` page puts only the `innerHTML` into it.
- Includes all of the serialize objects in response
1. Click on `about` link
- Check for special attribute to let us know that it is Qwik route.
- Fetch `?path=/about&render=innerFragment` (which is the route)
- `innerHTML` the response.
- Process the Objects
- Update the outterComponent `on:q-render`/ `on:q-mount`