How to save Mobx state in sessionStorage

后端 未结 4 770
无人共我
无人共我 2021-02-13 21:54

Trying to essentially accomplish this https://github.com/elgerlambert/redux-localstorage which is for Redux but do it for Mobx. And preferably would like to use sessionStorage.

4条回答
  •  天命终不由人
    2021-02-13 22:17

    Here, you can use my code, although it only supports localStorage you should be able to modify it quite easily.

    https://github.com/nightwolfz/mobx-storage

提交回复
热议问题