import { batch } from "solid-js";batch(() => { setStore("users", 0, "username", "newUsername"); setStore("users", 0, "location", "newLocation");});
produce
batch