Vishnu Mohanvishnumohanan.hashnode.dev·Jan 8, 2023Simple React Toast Notification Component in 5minsLetsmake a reusable and basic 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...Discuss·35 readsReact
AbulAsar S.abulasar.com·Jun 21, 2022Adding Toaster message in Phoenix LiveViewThis blog is about adding a Toaster message in the Phoenix LiveView application. We are going to implement this with a combination of Elixir and Javascript. Before, starting to build a toaster let's first answer the most obvious question "What is a T...Discuss·1 like·1.8K readsPhoenix framework