Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portexe/portalsandtoast
A fun tutorial on building a toast component with React
https://github.com/portexe/portalsandtoast
Last synced: 4 days ago
JSON representation
A fun tutorial on building a toast component with React
- Host: GitHub
- URL: https://github.com/portexe/portalsandtoast
- Owner: portexe
- License: mit
- Created: 2021-07-03T20:41:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T01:54:12.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T19:08:12.612Z (almost 2 years ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portals and Toast
## A fun tutorial on creating a Toast component with React
Please note that this is not a beginner level tutorial. You are expected to have a basic understanding of JavaScript and React before following this tutorial.
## Topics Covered
1. React portals
2. Closures
3. forwardRef
4. Memoization
5. useImperativeHandleand more...