Replace raw localStorage by StateDB + DataConnector
jtpio opened this issue · 0 comments
jtpio commented
Instead of using localStorage
directly, we could instead make use of a StateDB
with a DataConnector
that would use localStorage
as storage.
This would make the implementation more generic, and could be reused to store other type of content.