SolidJSS
SolidJSโ€ข3y agoโ€ข
49 replies
DanteOz

Subscribe to

Given the derive signal feedback
const [store, setStore] = createStore({fb: [0,1,2]});
const feedback = store.fb;

is there a way obtain which index in the array was modified when the feedback is trigger.
Was this page helpful?