createResource and createStore? What I essentially want to achieve, is to fetch a resource and populate a store with the data. But since doing something like this with createEffect I was wondering, what the best way to do this would be?createMemo wouldn't really make sense in that case, as there isn't really any form of derived state.