Join Nostr
2026-07-23 10:18:12 UTC

dhalsim on Nostr: GM The 10th major release of AppWeaver is live. Once again a new app, NR (Nostr ...

GM

The 10th major release of AppWeaver is live.

Once again a new app, NR (Nostr Radar), gave opportunity to add new features.

New nostr event cache
- A central cache that any nostr related app or service can use
- Cache DB can be deleted to save space and nothing breaks (something may break until cache is rebuilt like WoT)
- For example, NR keeps your timeline in its own DB but the actual events will be kept in the cache DB

New UI Reconciliation in NR
- Using the app rapidly was frustrating because every action triggered a backend process, then needed to render the whole app again.
- The big "Working" overlay that takes seconds to disappear.
- Now only the parts that needed to update is rendered again
- You can use the app meanwhile update is being done in the background.