jtpio/p5-notebook

Replace raw localStorage by StateDB + DataConnector

jtpio opened this issue · 0 comments

jtpio commented

Instead of using localStoragedirectly, 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.