A look behind the scenes of how React server components work.
In this session we'll take a look at React server components looking at:
- - the basic concepts behind them
- - the type of data communicated between the client and server
- - how this data is built
- - a look at what's running on the server side
- - what this might mean for future projects