Material UI Tutorial #11 - Card Components

preview_player
Показать описание
Hey gang, in this Material UI tutorial we'll look at the Card component & make our own variant of it to match our design.

🐱‍💻 🐱‍💻 Course Files:

🐱‍👤🐱‍👤 JOIN THE GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Useful playlists:

🐱‍💻 🐱‍💻 Other links:

🐱‍💻 🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

you wouldn't believe how important ninja's lesson here, not just about material UI but he is also showing how to work with an API and databases a little bit. I just got my first React dev job but until this point, every company I interviewed with asked a case study about fetching API, doing CRUD operations etc.. Anyway, thanks for these golden free stuff

ilkrsrc
Автор

How it’s possible to be so productive like you, Shaun? That’s amazing ...

heksaedr
Автор

I'm following all the videos from material ui playlist and at this point, this is the best ever course ever of material-ui, I can say that

amantiwari
Автор

This was great. Adding and deleting notes to the json file cleared so many things up for me. Passing the delete handler was particularly useful.

vishsingh
Автор

I wanted to style my React apps better, so started this playlist. Now I am hooked on to this, really good work Shaun! Can't wait for the rest of the videos. Love from India!

manavpatnaik
Автор

I love this series so much! can learn a bit about the usage of React hooks and Json server, which is pretty fun! Thank you!

annac
Автор

Looking foward to next videos of this series. I'm loving it.

LucianoSoares
Автор

thanks a lot for your work! helped to completely prettify my react project within one day

rickpattson
Автор

Amazing tutorial. Ican't find words to say thank's

TheHasni
Автор

You can refresh the page after the delete with window.location.reload() and you don't need to create 'fake' delete with filter.

laszloharsanyi
Автор

Hi Shaun. In your handleDelete function, was it necessary to to filter? can we just make notes a dependency in the existing useEffect? Thanks!

koordszz
Автор

Thank you very much NN, I'm eagerly waiting for this especially!

sakthiprasathanbu
Автор

I'm really appreciated your amazing lessons, a quick question, is card component responsive as well?

bitasworld
Автор

12:59: this way is not recommended. Instead, If the new state is computed using the previous state, you can pass a function to setState. The function will receive the previous value, and return an updated value. For example: setCount(prevCount => prevCount - 1)

orensampson
Автор

Waiting for responsive ui like gmail with drawer and custom theme.. pls make it by react mui😎👌.. thanks 🙏

gururajmoger
Автор

How to apply Link component to the card???

a.hannan_
Автор

The content is Great, but I have a doubt, we should use === for comparison instead of ==?

tpankajkumar
Автор

Shaun, we need a mern stack project from u! I've tried to search a good video tutorial on it but I can't... they don't explain as clearly as u.

ihsannuruliman
Автор

Idea for next tutorial: testing JS with jest

jakubkurdziel
Автор

spacing prop is not working for me, anyone has the same PB?

tradewithdani