Perfuse - Observable/Persistence utility

Hey,

I developed a little utility which makes it easy to make a JS object completely observable and vice versa. I need this to make relatively complex objects observable and most importantly to persist (hence the name) them back to storage. Hopefully this helps some of you. :slight_smile:

Disclaimer: not yet tested!

Tell me what you think!

Nice work!

(FYI, there is a lot of work being done on our end too to make it simpler to work with persisted data models going forward :slight_smile: )

Thanks!

And Awesome! Happy to hear that! :slight_smile:

Cool! :slight_smile: Thanks for sharing!