Personally, I hate restore because of the following pattern 👇
const $currency = restore(currencyInited, null).on(settingsChanges, (_, { ccurency}) => currency);
Furthermore, I doubt that one line of code is a good reason to skip the full store declaration.
Personally, I hate
restorebecause of the following pattern 👇Furthermore, I doubt that one line of code is a good reason to skip the full store declaration.