Material UI React - Build a Blog page

preview_player
Показать описание
In this video, we will go over how to build a Blog home page with Material UI React. We will go over how to use different components and learn how to use the Material UI grid system to make the page responsive.

Project repo

===============================================
DISCLAIMER: This video and description contains affiliate links. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Jason Rivera you deserve a medal for sharp explanation and teaching Thanks a lot for the effort

webdev
Автор

Your tutorials helped me a lot to understand React framework in general, the projects are concise and beginner friendly, easy to understand. I'm waiting for an Udemy course. Thank You

edgydodgy
Автор

Amazing work Jason, got lot to learn from this video. Thank you.

work-place
Автор

Hey Jason, Great Video! I am super into React and Material-ui so all the content you want to produce with these techs I will definitely consume. Hope you can do some more!! TY

khandoor
Автор

what about the page where user can read the blog? I mean you made the home page for blog, but what will happen when user clicks on a particular page

s.g.prajapati
Автор

This is brilliant! Would love more of these, I liked and subscribed

blankblank
Автор

Thanks for sharing this. Great video indeed!

muskankhedia
Автор

It will look cleaner if you put all data of repeating blocks, like cards into a separate object outside of the component function. Then just map through it instead of copy-pasting multiple times. In fact you need to do that later anyway, when you need to build content from some external source.

eseesela
Автор

Do you plan to continue this tutorial with a backend?

KingKold
Автор

This is a really good tutorial. Thank you

hugotse
Автор

hello Jason, i got a question related to both MuI and CSS, lets say we have longer text in description (where we used lorem text) if i use longer lorem i have longer card than other cards, how can we fix this and make cards even if we have longer text than others

suatbayrak
Автор

Hey! So I have a design ready with me to implement as a blog website? How do I implement my design and build a webpage using react?

sejaldahake
Автор

can I separate useStyles arrow function into separate JS file so i dont have css textes in my component ??

suatbayrak
Автор

can i get some routing vedio onclick of blog post

lakshmitj
Автор

Please provide the project link on github...

its.advitya
Автор

Hi, could u post the proyect link to github? I'm thinking of using the same photos for now. Thanks.

KingKold
Автор

You probably should've made an array that has all info about the blogs (avatar, text, etc) and then use .map on that array. Anyway, great tutorial c:

StrangeIndeed
Автор

oh thought it was an actual blog not the page

danm