Description:
React-Toastify allows you to add toast notification to your app with ease.
Features:
- Can display a react component inside the toast !
- Don’t rely on
findDOMNode - Has
onOpenandonClosehooks. Both can access the props passed to the react component rendered inside the toast - Can be positioned
- Define behavior per toast
- Easy to setup
- Super easy to customize
Installation:
# Yarn
yarn add react-toastify# NPM
$ npm install react-toastify






