In order to demonstrate the scenario, I have implemented a use-case using a </video>
tag that triggers an action every ~250ms as the playhead moves. Despite not being well-versed in Flux/Redux, I am encountering some challenges:
- Is this method considered valid?
- Could it potentially lead to performance issues with a large state?
- Do you have any suggestions for optimizing by subscribing to specific state changes?
I greatly appreciate your assistance!