-
Re[act|dux] Q: I need to trigger a
refreshinstance method at arbitrary times and from arb components. Normally I'd use an event bus… -
…but I'm not sure it's right. *could* use a dirty state, then refresh and flip the dirty flag back—but feels forced into redux. Suggestions?