Let's talk data persistence in js apps
Aka "js Client-only development"
After good dive into Indexedb and OPFS api's
I'm still developing my tool own and it's far from a finished product
Along the way I found this tool called DPP (Deep Persistent Proxy JS Objects)
And I found it helpful to share it with more nostr goys
It runs on Indexedb api
The api contract is simple, initialize an object once then use that object as you would use any other plain object
GitHub
GitHub - robtweed/DPP: Deep Persistent Proxy Objects for JavaScript
Deep Persistent Proxy Objects for JavaScript. Contribute to robtweed/DPP development by creating an account on GitHub.