To illustrate the use-case, I have a </video>
tag that dispatches an action every time (~250ms
) the playhead moves. I'm not a Flux/Redux's guru and I'm facing some issues:
- Is it a valid approach ?
- With a weighty state, may it cause performance issues ?
- Do you have any optimisation proposals about subscribing to a part of the state changes ?
Many many thanks for you help !