createMemo (https://www.solidjs.com/docs/latest#getters), but once the store is created.createEffect to call setStore to update a part of the store in reaction to another part of the store, but it's not ideal:it's best to avoid setting signals in effects, which without care can cause additional rendering or even infinite effect loopsAnd I can't seem to make it work with
createMemo.