Añade Sycamore para render de HTML con reactividad

This commit is contained in:
Manuel Cillero 2022-02-10 23:15:50 +01:00
parent 13a408ce61
commit e1ea149988
3 changed files with 13 additions and 5 deletions

View file

@ -25,6 +25,7 @@ categories = [
[dependencies]
actix-web = "4.0.0-rc.3"
sycamore = { version = "0.8.0-beta.2", features = ["ssr"] }
[lib]
name = "pagetop"