Crates.io | live-view |
lib.rs | live-view |
version | 0.0.8 |
source | src |
created_at | 2019-07-14 23:16:32.194796 |
updated_at | 2021-04-01 00:06:51.131848 |
description | A Live View implementation for Actix Web |
homepage | |
repository | https://github.com/njaremko/liveview-rust |
max_upload_size | |
id | 149045 |
size | 199,610 |
PoC of LiveView in rust - "Never write javascript again"
This was inspired by the Phoenix Live View project.
An example of how to use this library can be found here.
We follow a similar model, with the only difference being that we send the full html on each render and let the client calculate the diff, instead of sending only diffs to client and letting them apply the change.
What works?
Whats left?