April 2020
Intermediate to advanced
716 pages
18h 55m
English
We will update the React code in the frontend to add considerations for the data that may be injected from the server if the view is being rendered server-side. For this MERN Mediastream application, on the client side, we will access the media data passed from the server, and add it to the PlayMedia view when the server receives a direct request to render this component. In the following sections, we will see how to pass the data received in the MainRouter to the PlayMedia component, and render it accordingly.