Currently we are still using local storage, which is not efficient if we want to expand to store many playlist in the future. A good option is to add RxDB as our main offline storage. [Example Repo](https://github.com/pubkey/rxdb/tree/master/examples/vue) from RxDB
Currently we are still using local storage, which is not efficient if we want to expand to store many playlist in the future.
A good option is to add RxDB as our main offline storage.
Example Repo from RxDB