Look mum, React's code jumps !

By Nikhil Sharma

Elevator Pitch

Portals have been one of the unsung heroes of the React 16.x update. So in this session, I would dive deep into the concept of “portalling” your code outside <div id="root"></div>. It’s more exciting than it sounds :O. This talk would surely leave you with one question “I wish I knew it earlier”.

Description

In this session I would cover:- 1. What exactly are portals 2. Why use them 3. Understanding with a real life situation and implementing them