strict mode- It allows us to run checks and warning for react component. It run only on development build.
It highlight the issue without rendering any visible UI.
reacted portal- portal allows us to render children into a DOM node. CreatePortalMethod is used.
context - React context helps us to pass data using the tree of react component. It helps us to share data globally between various react component.