Custom Toast Component in React
Lets make a basic reusable toast component with three different states to show error, success, and information in a toast with respective custom messages.
Prerequisites include basic knowledge of React hooks "useState" and "useEffect".
Initiate a st...
vishnumohanan.hashnode.dev4 min read