Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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. useImperativeHandle

and more...