5 ms·
LGTM! Smells like Redux (in a good way). But then ultimately at the root you probably want the event to update your “model”, and then that leads to an update of
by LittleDan 2y ago
LGTM! Smells like Redux (in a good way). But then ultimately at the root you probably want the event to update your “model”, and then that leads to an update of the “view”. This is the part where signals can be useful.
- Offler 2y agoLook at legend-state, it's most definitely not Redux (in a good way IMO).