Using Reactivity Module Without EventLog in Effect Typescript
Inspired by Ethan's great video on effect-rx, I've tried jumping in again and have been studying Tim's bunnings-lite repo where I've seen usage of the Reactivity module.
My question is, can this be used without EventLog?
I have an example where it doesn't seem to work for me. i.e. the UI does not update after updating state:
https://github.com/wmaurer/effect-reactivity/blob/main/src/App.tsx
Any help appreciated!
My question is, can this be used without EventLog?
I have an example where it doesn't seem to work for me. i.e. the UI does not update after updating state:
https://github.com/wmaurer/effect-reactivity/blob/main/src/App.tsx
Any help appreciated!
