An open API service indexing awesome lists of open source software.

https://github.com/ahmad2smile/portfolio

My Portfolio
https://github.com/ahmad2smile/portfolio

github-pages rust rust-lang web-assembly yew yew-framework yew-router

Last synced: about 1 month ago
JSON representation

My Portfolio

Awesome Lists containing this project

README

        

# My Portfolio & Blog

## Stack

The of the site is Web Assembly based Single Page Application written in Rust. Framework is Rust [Yew](https://github.com/yewstack/yew)

#### Routing

Routing is using [Yew Router](https://github.com/yewstack/yew_router). Yew Router is pretty flexible. The project uses hash based routing to avoid server side setup required for SPA as it's hosted on **Github Pages**.

Navigation is done by using `set_route` on `routing_service` of Yew Router also with direct

```html