React component update help needed
React newbie here... I started building an app using React on top of Rails. The structure is a main component (App.js) and a bunch of components that are child to this app including a video player. The app component contains all my state logic and th...