jb55 on Nostr: dave's ui is about 250 lines of code. business logic is about the same amount of ...
dave's ui is about 250 lines of code. business logic is about the same amount of code. it's super easy to build a notedeck-based nostr app since note rendering and zapping is handled by the browser's ui toolkit
https://github.com/damus-io/notedeck/blob/master/crates/notedeck_dave/src/ui/dave.rs
https://github.com/damus-io/notedeck/blob/master/crates/notedeck_dave/src/lib.rs
we'll have more docs on how to do this soon. we're currently in the "kernel space" era of notedeck, so building apps is low level and not sandboxed, but its super fast and not too verbose!
https://github.com/damus-io/notedeck/blob/master/crates/notedeck_dave/src/ui/dave.rs
https://github.com/damus-io/notedeck/blob/master/crates/notedeck_dave/src/lib.rs
we'll have more docs on how to do this soon. we're currently in the "kernel space" era of notedeck, so building apps is low level and not sandboxed, but its super fast and not too verbose!