React & Material UI #24: Snackbars + Snackbars & Redux

  Рет қаралды 17,371

Anthony Sistilli

Anthony Sistilli

Күн бұрын

Пікірлер: 35
@LearnwithShifut
@LearnwithShifut 4 жыл бұрын
Best material UI tutorial I've ever seen
@Daniel-bu3uh
@Daniel-bu3uh 4 жыл бұрын
Amazing teaching Anthony, it is great that you explain each component but also talk about best practices in real applications, so we know how the component should be used correctly. Great video, keep that on!!!
@chrisjasonmcqueen
@chrisjasonmcqueen 3 жыл бұрын
This has been a lifesaver video. I really appreciate you showing us how to do it in big applications! Heading over to your redux video now for context :)
@RaphaelBOhlsen
@RaphaelBOhlsen 4 жыл бұрын
I have a question: In file 'redux/ducks/snackbar.js' why you declared with: "teamly/settings/SET_SNACKBAR" export const SET_SNACKBAR = "teamly/settings/SET_SNACKBAR"; Thanks!
@RakeshKumar-zj4hu
@RakeshKumar-zj4hu 4 жыл бұрын
So I don’t have to mount the component anywhere? It just picks up using the dispatch action?
@andreasfinke1801
@andreasfinke1801 4 жыл бұрын
Thanks for this Anthony. I will try the same thing with the React Context API to see the difference in implementation.
@jampanisaisriharshavardhan5137
@jampanisaisriharshavardhan5137 3 жыл бұрын
Hi, I have a situation in using snackbar. I have multiple snackbars and I set the maxSnack={1}, which makes the snackbars to appear one after another immediately. But, my is, a . Can you please provide me a solution for my requirement.
@hardikchawla4966
@hardikchawla4966 4 жыл бұрын
That was slick now i can use snack back anywhere in my application .Thanks !
@akshadagrawal2555
@akshadagrawal2555 3 жыл бұрын
can you make a video on using calendars
@joaquingallo4902
@joaquingallo4902 3 жыл бұрын
every time the snackbar change state, it rerender all children of App.js?
@arie7135
@arie7135 4 жыл бұрын
Hi Anthony, thanks again. I would like to know how to customize SpeeDial component.. Since it seems not to work by me
@berest9154
@berest9154 4 жыл бұрын
Snackbar toggles findDOMNode under React.StrictMode. What would you suggest to fix it?
@pannihto7588
@pannihto7588 4 жыл бұрын
Thanks for the great tutorial as always. I'd also love to see how that works with async calls. For instance, show snackbar on successful password change
@OlehBiblyi
@OlehBiblyi 4 жыл бұрын
Great tutorials, I did learn a lot of interesting things here, thank you!
@Fieldsplanet
@Fieldsplanet 4 жыл бұрын
Thank you so much for the tutorial. It really helps.
@laszlonagy153
@laszlonagy153 4 жыл бұрын
Thanks for all the good work mate.
@ryangotesman1020
@ryangotesman1020 4 жыл бұрын
Pretty cool video! The snackbar is open
@chrisjasonmcqueen
@chrisjasonmcqueen 3 жыл бұрын
Hi again. I just implemented the code and it works beautifully. The only thing that doesn't change when applying different severity of the snackbar (warning, error, info...) is the icon. Any ideas on how to fix this? All the best, Chris
@alvinkariuki236
@alvinkariuki236 3 жыл бұрын
Thanks, this was really insightful stuff
@AbhishekKumar-li8zf
@AbhishekKumar-li8zf 4 жыл бұрын
you are really doing good work bhai
@abhishekaryan7575
@abhishekaryan7575 4 жыл бұрын
Sir, your videos helped me alot. Thanks for saving mei👍👍
@jorgeb139
@jorgeb139 4 жыл бұрын
Thanks!!!! I was looking for exactly this
@mandelaakosu139
@mandelaakosu139 4 жыл бұрын
thanks my Web Hero and Mentor
@gordontang8187
@gordontang8187 4 жыл бұрын
useReduce ?
@meghalbisht6768
@meghalbisht6768 4 жыл бұрын
pure gold!!!!!
@MaFi623
@MaFi623 3 жыл бұрын
Good video:) Thanks!:)
@FoxMayker
@FoxMayker 4 жыл бұрын
Thank you so much for content that you made. Your video's helped me a lot. Can u make video about navbar componet's it will be great to see)
@anomanonymous4648
@anomanonymous4648 4 жыл бұрын
East or west Anthony is the best❤️
@prathamdogra8445
@prathamdogra8445 3 жыл бұрын
Thanks a lot.
@w2ytube
@w2ytube 4 жыл бұрын
Hi Anthony, I do really appreciate all your tutorials and I learning a lot with them. I was thinking a way to improve your code here. I think that it would be simpler to create a function in Snackbar component that wrap up the call of dispatch(setSnackbar()) (I created it in the Snackbar component). This avoid to import redux stuff and since we want to open the snackbar, the first argument is always true. export const openSnackbar = ( snackbarType = "success", snackbarMessage = "" ) => { store.dispatch(setSnackbar(true, snackbarType, snackbarMessage)); }; This function simplify the call from engineer component like so: openSnackbar( "success", "Your engineer application has been successfully submitted!" ) } > What do you think about that? Thanks
@anikkhan8811
@anikkhan8811 3 жыл бұрын
Awesome
@JavascriptForEverything
@JavascriptForEverything 3 жыл бұрын
nice trick
@ismoilshokirov
@ismoilshokirov 3 жыл бұрын
I guess the video can be narrowed down to 5-6 mins ))
@surabhib1705
@surabhib1705 4 жыл бұрын
6000 ms is 6 sec :)
React & Material UI #25: Accordion
21:31
Anthony Sistilli
Рет қаралды 20 М.
All useEffect Mistakes Every Junior React Developer Makes
22:23
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
React & Material UI #28: MUI Forms + Formik
25:40
Anthony Sistilli
Рет қаралды 33 М.
Material UI Tutorial #6 - Custom Themes
10:24
Net Ninja
Рет қаралды 168 М.
Redux - Complete Tutorial (with Redux Toolkit)
37:01
Cosden Solutions
Рет қаралды 267 М.
React Native | Snackbar
4:19
CodeWithAbdul
Рет қаралды 2,1 М.
React & Material UI #31: Material UI + VScode Snippets
13:21
Anthony Sistilli
Рет қаралды 10 М.
React & Material UI #26: Header (Appbar + Toolbar) & React Router
32:26
Anthony Sistilli
Рет қаралды 81 М.