hyperapp-redux-devtools
hyperapp-redux-devtools copied to clipboard
Add option to persist to localStorage
This will help support live-reload workflows.
Maybe you can use my tiny tiny lib called lspi. Something like import { set, get } from 'lspi';
Could also be complete overkill haha
I will probably try to avoid dependencies.
Yea makes sense. It's like 10ish lines to solve it with pure LS calls.
Are we still considering this? If so what is the biggest advantage? 🙏
I haven't really been looking at adding features to this lib currently. If someone wants to open a PR to add it, I'd be happy to review/test the addition. I know it was discussed at one point to better support the reload on change workflow with this tool. I've always preferred hmr.