https://github.com/zafar-saleem/react-portal
https://github.com/zafar-saleem/react-portal
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/react-portal
- Owner: zafar-saleem
- Created: 2023-02-09T15:18:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T01:21:05.000Z (over 2 years ago)
- Last Synced: 2025-01-01T03:27:36.644Z (10 months ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Repo
This project is the practicle demonstration of what react portals are. Here I am using two real life use cases i.e. modals and tooltips to show how we can leverage react portals in real life projects. I explained this in detial in my article which can be found on [https://medium.com](https://medium.com/@zafarsaleem/how-to-use-react-portals-using-real-life-use-cases-b903643c8f78).
## Running The Project
```bash
yarn start
```