This solved a problem I've had in Angular for years
Ideally, we want our data to be reactive right from the source, but sometimes we are just dealing with imperative APIs. RxDB makes it possible to have reactive local storage of data, and provides us with the power of a document based NoSQL database.
This video was sponsored by the RxDB team, but I had complete editorial and creative control over this video (including publishing with negative opinions if I desired).
More information on RxDB: https://rxdb.info/?utm_source=videos&utm_medium=youtube&utm_campaign=yt-joshua
Leave them a start on GitHub: https://github.com/pubkey/rxdb
Previous video on the Signals/RxJS state management approach: https://www.youtube.com/watch?v=44_IcGPKQ_M
Source code: https://github.com/joshuamorony/quicklist-rxdb
0:00 Introduction
0:14 The Problem with Storage
0:56 Reactive Storage with RxDB
2:31 Syncing to a Backend
3:22 Conclusion
#angular #rxdb #rxjs