Next.js 13 App Router And Mui v5 Setup Tutorial

  Рет қаралды 13,971

SimulShift Web

SimulShift Web

Күн бұрын

This is a video showing how to set up MUI v5 with the new App Router inside Next.js 13.
Source Code
github.com/Ale...
Pull Request where I got help
github.com/mui...

Пікірлер: 52
@mehmetbagci3447
@mehmetbagci3447 Жыл бұрын
Hello. Thanks for the tutorial. This is the only working tutorial about app router with mui for now on youtube. I've been searching for a while.
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
Awesome! Glad to hear it
@galaxy1066
@galaxy1066 7 ай бұрын
mehmet hocam bir turk toplulugu var mi nextjs icin
@mehmetbagci3447
@mehmetbagci3447 7 ай бұрын
@@galaxy1066 selam. Benim takip ettiğim yok. Ama güzel türkçe içerikler görmüştüm
@FernandoVera20
@FernandoVera20 Жыл бұрын
Thank you! You're video was really helpful to me. Just wanted to encourage you to keep doing this type of video. You're really good at explaining and have a great understanding of the framework.
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
Hey thanks for the support! Glad I could help. I’ll keep it up 😎
@adrian333dev
@adrian333dev Жыл бұрын
Thanks soo much, it was really helpful, for last 2 hours I've been searching google to find a solution
@galaxy1066
@galaxy1066 7 ай бұрын
thank you dude, you are only porson who uploaded a video about app router and mui.
@MubashirullahD
@MubashirullahD 6 ай бұрын
I think they added a new section in their docs (/material-ui/integrations/nextjs/) can you have a look and let us know if the content in this video should be followed or that suffices now?
@ProCoder777
@ProCoder777 Жыл бұрын
Hello! Thanks for the video, it's very helpful! I have a question: the Material UI manual says to use the 'use client' directive in every module that uses material components. If I use your method, can I not 'use client' so as not to lose server-side rendering?
@CardoPixelado
@CardoPixelado Жыл бұрын
Please make a tutorial on how to implement automatic dark mode (detects browser config) and add with a switch or menu to override the automatic dark mode (use a user preference saved on the page)
@MubashirullahD
@MubashirullahD 6 ай бұрын
Thanks for the extra tips on optimizing, could you explain it in more detail. I understand the minimizing, (I expected it would do that by default) What else is happening
@frankylopez4477
@frankylopez4477 11 ай бұрын
Thank you, I was exactly looking for this!
@brandophiri3618
@brandophiri3618 10 ай бұрын
thank you for this. you deserve my subscription
@TheAroma-u6x
@TheAroma-u6x Жыл бұрын
Hey thanks for help.. but i want to know that how your vs code is suggesting you codes before writing it ?
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
Sure, it’s an extension called GitHub Copilot
@TheAroma-u6x
@TheAroma-u6x Жыл бұрын
@@SimulShiftWeb it's paid right ?
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
@@TheAroma-u6x yeah I got a student account though hehe
@oluwatobipeter2206
@oluwatobipeter2206 Жыл бұрын
Thank you for this, it was really helpful
@danik1341
@danik1341 Жыл бұрын
I've been searching for a way to preload/prerender the MUI components, as the styling of each one of them does not apply on the loading of the page but only after a few secs. Used to be a solution by creating a _document file and adding a removeChild(jssStyles) to your app file. Will this tutorial help me with that?
@nikolaristoski2218
@nikolaristoski2218 Жыл бұрын
Hey, great tutorial! Thanks for sharing your knowledge. I have a question regarding the code suggestions. Could you please let me know which extension you are using for that purpose?
@SimulShiftWeb
@SimulShiftWeb 10 ай бұрын
Github copilot. It's an extension by microsoft
@rroba13
@rroba13 7 ай бұрын
Es igual con el nuevo next js 14?
@mohammadesmaielemadi8480
@mohammadesmaielemadi8480 4 ай бұрын
Doesn't it make all the nextjs app to be CSR?
@increase-chrisalaede4813
@increase-chrisalaede4813 11 ай бұрын
Please when I add the jsx import to use css on emotion, it gives me context error How can I fix this?
@laughAFrame
@laughAFrame 11 ай бұрын
Where did you NPM INSTALL MUI??
@MarcelRezende
@MarcelRezende Жыл бұрын
Thanks a lot man, awesome video and your teaching is great. I have one question, you said that tailwind doesn't work well with MUI. I tried here and kinda worked. The main issue was that the base tailwind styles were overwriting the MUI styles and I just didn't imported it. But still it's just a test, don't know what impact this will have in a actual project. Can you tell me why they don't mix well together?
@lardosian
@lardosian 11 ай бұрын
I would just go with one or the other, using both together sounds like overkill, I have enjoyed using MUI in the past, good documentation and can pick up some nice React tricks, it doesn't seem popular in tutorials for some reason, Tailwind seems to be the cool kid on the block!!
@marcopieterse
@marcopieterse 11 ай бұрын
Thanks! Out of box solution
@mohitkaushik1658
@mohitkaushik1658 Жыл бұрын
Hi, new to this, will this make everything render on client side now as we are wrapping all inside ThemeRegistry ?
@mhmdiamd
@mhmdiamd Жыл бұрын
Hii!, Thanks for the video, it's so helpful for me. can you create some project using this tech? i think from there i can learn more deep about mui componenet using next app router.
@JustinaParma
@JustinaParma 9 ай бұрын
Thanks!
@SaurabhSrivastava-i1q
@SaurabhSrivastava-i1q Жыл бұрын
EmotionCache needs to be included in just simple React App as well?
@SaurabhSrivastava-i1q
@SaurabhSrivastava-i1q Жыл бұрын
@@SimulShiftWeb Thanks
@mrsh1bz
@mrsh1bz Жыл бұрын
Can't find the full link to the source code. Can you please share it ?
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
Oops! the link in the description is cut. Here’s the link full link github.com/SimulShift/Next13-App-Router-And-Mui5-Example
@artemzhuravlenko9955
@artemzhuravlenko9955 Жыл бұрын
It works!
@nitigyajoshi4658
@nitigyajoshi4658 Жыл бұрын
You were 1 month late bro. The company I work for decided to build the product with page router instead of app just because there was no docs for integrationg mui v5.
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
Lool rip
@saurabhu6458
@saurabhu6458 Жыл бұрын
Thank you so much❤
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
You're welcome 😊
@raphael.portela
@raphael.portela 10 ай бұрын
i cant find your github
@SimulShiftWeb
@SimulShiftWeb 10 ай бұрын
sorry had to verify my youtube account to allow me to post links. Should be working now
@LucasAlves-nj7rv
@LucasAlves-nj7rv Жыл бұрын
Very fine !!!
@mohamedsaleemmohamedsarjoo6832
@mohamedsaleemmohamedsarjoo6832 Жыл бұрын
Hey, great tutorial! but im getting error while using JSX
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
We’re you able to figure it out? What is the error?
@antu_saha
@antu_saha Жыл бұрын
It's not working for the Server side Rendering. We need to use the "use client" directive for every component where we use mui component. So what's the purpose of this video? Just random installation? Showing how to install MUI?
@soundnimation
@soundnimation Жыл бұрын
thank you
@alexpena9927
@alexpena9927 Жыл бұрын
No problem!
@luisberrezueta5883
@luisberrezueta5883 Жыл бұрын
Thanks bro
@SimulShiftWeb
@SimulShiftWeb Жыл бұрын
Any time 😤
@mizit8864
@mizit8864 10 ай бұрын
Please make a tutorial on how to implement automatic dark mode (detects browser config) and add with a switch or menu to override the automatic dark mode (use a user preference saved on the page)
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 312 М.
Next js 15 is Here… New Changes Again?!
8:13
JavaScript Mastery
Рет қаралды 152 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 36 МЛН
So Cute 🥰
00:17
dednahype
Рет қаралды 66 МЛН
5 Tips and Tricks To Make Your Life With Next js 14 Easier
17:11
developedbyed
Рет қаралды 39 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 578 М.
Next js Tutorial for Beginners | Nextjs 13 (App Router) with TypeScript
1:02:55
Programming with Mosh
Рет қаралды 665 М.
Next.js Server Actions...  5 awesome things you can do
7:51
Beyond Fireship
Рет қаралды 270 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
the most important Next.js features to learn (in 8 minutes)
8:26
Web Dev Cody
Рет қаралды 44 М.
Next-Auth on App Router - Solid Auth, Super Fast
17:20
Jack Herrington
Рет қаралды 114 М.
Don't Use Websockets (Until You Try This…)
6:46
Code With Ryan
Рет қаралды 303 М.
Are React client components bad?
4:21
leerob
Рет қаралды 30 М.