Static web app using rust

  • https://bluejekyll.github.io/blog/posts/static-web-app-rust/
  • 정적 페이지 생성을 러스트와 함께!
  • goals
    • only use rust for code (except CSS and initial index.html)
    • target WASM
    • learn yew :: building up components from scratch
    • build it as a static site, no backend, only use local storage