Back to Projects
Frontend / React2022

VideoStream Redux

Video streaming UI with Redux state management

ReactReduxJavaScriptVideo StreamingState Management

Overview

VideoStream Redux is a hands-on exploration of Redux state management applied to a non-trivial UI domain: video streaming interfaces.

The app manages playback state, playlist ordering, and UI interaction feedback through a Redux store, demonstrating how predictable state containers scale well even with complex async media events.