Build Your Own Confirm Dialog & Notification Material UI

preview_player
Показать описание
🍒 Related Videos

🚀 Udemy Course on React Hook Form with Material UI

📂 GitHub Repository

💖 Channel Support

💌 For Business Inquiries

🚶‍♂️ Follow us

---
Build Confirm Dialog & Notification with React Material UI.

In this React Material UI tutorial, we discuss how to create a custom confirm dialog and notification with material UI.

#MaterialUI #Reactjs #CodAffection
Рекомендации по теме
Комментарии
Автор

The best thing about how you teach is your constant reference to the documentation. rather than just feeding us the fish, you are teaching us how to fish. Thank you for this. Truly grateful. I'll share this to anyone who needs to see this.

kefamutuma
Автор

Hello! I'm from Brazil. First congratulations on the content and quality of the videos. Great explanation. Now I am trying to implement my project based on your explanations, adding Typescript.

jonathanseehagen
Автор

Thank you so much for this series! It was an awesome journey with a really neat and practical end product. You are an awesome teacher. Have a nice day you too CodAffection :). Byee :D

zazkegirotron
Автор

Thank you sir, again this was exactly what I needed. I appreciate you sharing your skills!

timothyvandeweerd
Автор

Awesome!
I've been waiting for this 😀😀

cryptozoro
Автор

Thanks bro your video is really helpful me love from India. Pls make tons of projects on react.js

talibahemad
Автор

Added few more columns per my requirement to the src code provided by you. Can you please tell me why am i getting the following error?

TypeError: Cannot read properties of undefined (reading 'map')
86 |
87 | function stableSort(array, comparator) {
88 | console.log();
> 89 | const stabilizedThis = array.map((el, index) => [el, index]);
| ^ 90 | stabilizedThis.sort((a, b) => {
91 | const order = comparator(a[0], b[0]);
92 | if (order !== 0) return order;

shreemishra
Автор

TypeError: Invalid attempt to destructure non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.

darlingchavez
Автор

4:45 why do you need to pass a state updater function setNotify to the component? why can't you just pass the notify props which has isOpen = true or false ?. Thank you for good tutorials

mattmarkus
Автор

I am getting this error - "Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add a ref directly to the element you want to reference"

deepikarao
Автор

How to display the hire date in column in standard format. When i tried its displaying time like 2021-03-09T11:17:17.079Z this, anyone know what should i do?

vedavratpatwardhan
Автор

What is the complete code for Button.js I only was able to see the top part not the whole file

raquelframe
Автор

Sir, e-commerce admin dashboard design shopping cart tuotorials integrate payment gateway for website and generate invoice bill after payment. Tuotorials upload REACTJS, NODEJS, EXPRESS JS

kamalsaxena
Автор

Hello sir without scaffolding crud operation banao asp.net MVC EntityFramework please sir

ashraf
Автор

Please do something to export that table to excel and buy a thousand coffees

aidabarrera
Автор

Good tutorial, but makeStyles is now deprecated

makarikevin
Автор

Hello...pagination is not working when you have total 6 records... And you are going to delete 6th record from current page 2...ideally user need to move from 2nd to 1st page because 2nd page now don't have any records... How will current page of pagination change in this case.. Can you please answer urgently?

meetchothani