React Portal

Introduction

  • Used to add the component from the outside of root element instead added inside the component

  • Mainly used to do the model popup, dialog, etc

Steps

  • Edit index.html by adding element

  • Add portal in the component

Last updated

Was this helpful?