
Virtual DOM and the React Way, Part Deux - JSJ 518
JavaScript Jabber
00:00
React - How to Generate a Vidom on the Service Side
Before you can actually get the ball rolling in terms of interactivity and responding to us interactions by obdaning the display, you first need to generate that vidom on the client's side. And this is something that i think confuses a lot of react developers when they are first introduced to the concept of a service side rendering. So one approach is to just make the same ajax calls that you made on the service side, and let's say, in hope that the micro services that you are connecting to would provide the same output. But obviously there is a risk that one of thees micro services, for some reason, would provide a somewhat different response,. which would result
Transcript
Play full episode