React Dev, You Need To Know @container!

  Рет қаралды 46,786

Jack Herrington

Jack Herrington

Күн бұрын

Пікірлер: 95
@Mikenight120
@Mikenight120 Жыл бұрын
You are trully a Jewel to this community of developers. Once I found your channel I cannot stop seeing these high quality videos. Please never stop, we appreciate all your effort you put in your videos!
@Kwuala
@Kwuala 2 жыл бұрын
Thank you for the "Layout first, styling second" piece of advice ❤
@vray2904
@vray2904 2 жыл бұрын
timestaaaamp please? x)
@dontwanttousemyrealnametol6765
@dontwanttousemyrealnametol6765 2 жыл бұрын
for markup languages, in particular for LaTeX, the advice should probably be: content first, layout/styling second.
@Kwuala
@Kwuala 2 жыл бұрын
@@vray2904 It was said many times, the last one is at 30:15
@kustomq
@kustomq 2 жыл бұрын
Was just thanking to myself that you haven't posted in 3 weeks, and bam! new video!
@BoodskiBro
@BoodskiBro 2 жыл бұрын
I've wanted container queries for almost a decade!
@ogreeni
@ogreeni 2 жыл бұрын
Love your approach to CSS, please make more content like this!
@igboanugwocollins4452
@igboanugwocollins4452 Жыл бұрын
"... I am telling you, me to you, you will lose your mind" this statement is absolutely true 😆
@eleah2665
@eleah2665 2 жыл бұрын
Blue Collar Coder does not want me to lose my mind! Thanks again. Always good and interesting.
@kettenbach
@kettenbach 2 жыл бұрын
Another banger sir. For twenty minutes I was thinking what's tailwind gonna do, and then bam, first party plugin. I'm on it. Thanks bro. God bless. 🙏👍💪
@codewithguillaume
@codewithguillaume 2 жыл бұрын
I was looking for an answer to that problem weeks ago. Found out the same solution as you and sharing the same pov.
@victorwpbastos
@victorwpbastos 2 жыл бұрын
You help me finally understand what container query is! Thank you for this amazing content!
@VictorMainaKinuthia
@VictorMainaKinuthia Жыл бұрын
Your reactions when something works are just soooo precious! 😂😂😂
@jasperams
@jasperams 2 жыл бұрын
Great video as always Jack. I have been waiting for container queries to be supported for a long long time. I do feel like it is important to note that although container queries are now 'here', it is not wise to already use them in production. They have been added to the latest releases of all major browsers but currently only have a support of 73% worldwide. The main problem is people running/stuck on older mobile browsers. Maybe there are good polyfills available (I have not yet tried them myself) but just be sure that you don't break your styling for that remaining 27%.
@jherr
@jherr 2 жыл бұрын
Definitely. Test on your browser support matrix.
@Kay_Drechsler
@Kay_Drechsler 2 жыл бұрын
Definitely true. Would really like to start implementing them but the browser support is just not satisfactory yet.
@kevyyar
@kevyyar Жыл бұрын
Jack we need a full ordered front end course from you! Your explanations and knowledge is so valuable. We want to become architects like yourself 😅
@daniellacerda6550
@daniellacerda6550 Жыл бұрын
Great video, I loved your approach, easy, precise and very funny
@davekjellmarong9381
@davekjellmarong9381 2 жыл бұрын
The thumbnail made me subscribe.
@SahilRajput03
@SahilRajput03 2 жыл бұрын
Super awesome, I need to do it sidebyside handon to get grip. Thanks Jack for this.! :)
@igboanugwocollins4452
@igboanugwocollins4452 Жыл бұрын
Thank you very much for this, have been using clientWidth in react to style make these kind of styles with complex code. This is just a jewel... Thanks again!
@9622AX
@9622AX 2 жыл бұрын
Awesome! Thanks
@andreiKspb
@andreiKspb 2 жыл бұрын
Realy good and awesome. Thanks a lot
@virtual5754
@virtual5754 Жыл бұрын
The dog on wallpaper seems unhappy about sidebar disappearing at 1:45 😀
@Web-Dev-Codi
@Web-Dev-Codi 2 жыл бұрын
Love your videos. Always very informative and explained very well. Thank You.
@MarstanMobilOyunlar
@MarstanMobilOyunlar 2 жыл бұрын
i liked before watching
@MsPrakhar12
@MsPrakhar12 2 жыл бұрын
Great explanation!
@thayto_dev
@thayto_dev 2 жыл бұрын
I love when Jack says: “how cool is that?”
@drewbird87
@drewbird87 2 жыл бұрын
Thanks Jack!!
@braydenwerner197
@braydenwerner197 2 жыл бұрын
Cool video, thanks
@IainSimmons
@IainSimmons 2 жыл бұрын
Very cool! Great explanation! Just one thing that bugged me though, I think you meant to use an aside element instead of an article! Loved how easy the Tailwind port was, I think most of us probably expected a ton of extra classes scattered everywhere, but it was so minimal.
@jherr
@jherr 2 жыл бұрын
Or a section, that's another alternative. :)
@portalteam5832
@portalteam5832 2 жыл бұрын
This is just not a great example if we're worried about proper semantics. `main` is the main content of the site, so both columns could have been in main since they are housing the same content (list of movies) - we don't actually know the relation between them in this example. The columns could have been wrapped with `section`s as they are used to group related content...however, that would then depend if it is random movies in each section or there is some logical grouping like genre, rating, etc... an `aside` could have been used for the sidebar if the content there is not required to understand the main content but it's hard to see that scenario in this layout of two lists (vs. content + list/sidebar). All that to say, the semantics of the content is not given, and there are no `header`s or `heading`s to hint it, so really they should just both be in `div`s which receive their semantics from their children.
@jherr
@jherr 2 жыл бұрын
@@portalteam5832 you are right. And I need to learn a lot more about semantic HTML.
@irfansaeedkhan7242
@irfansaeedkhan7242 Жыл бұрын
thanks mate you showed me how i should change my designing methods in 2023, like we say if you are not updated you are outdated
@hansschuijff
@hansschuijff 2 жыл бұрын
Great examples of @container, thanks for the tutorial. I like how nice your terminal looks, with the colors and lines. How did you do that?
@jherr
@jherr 2 жыл бұрын
Fig, iTerm and oh-my-zsh.
@hansschuijff
@hansschuijff 2 жыл бұрын
@@jherr Thank you, I got oh-my-zsh running in vscode. 🙂 Fig is mac only, but will wait for the windows version.
@BHFJohnny
@BHFJohnny 2 жыл бұрын
On my current project, we're not even allowed to use grid or even flex-gap. So I expect @container in about 2036
@jherr
@jherr 2 жыл бұрын
Sorry to here that. ;(
@MayhemPhone
@MayhemPhone 2 жыл бұрын
good god I'm so sorry, this must be in a very specific field that requires super old IE support? At least you have flexbox still? lol
@valentinnankov5054
@valentinnankov5054 Жыл бұрын
Hi Jack, big fan over here! I've watched almost all of your videos, you are a great dev! But there is something that I am missing out from your videos. You're mostly using divs for content layout (probably except few videos, including this one). Can you make a video of some semantic HTML, and explain in simple words what is better for SEO, and how search engines are parsing our React apps, and do we really need to make all of our production apps using semantic HTML?
@user-vc5qc5lc8u
@user-vc5qc5lc8u 2 жыл бұрын
Hello Jack, i am amazed how fast your terminal look like. Did you made a video about your hardware / workstation configuration ? Cheers !
@sharqyyem
@sharqyyem 2 жыл бұрын
as always u r the best. thanks.
@grugbrain
@grugbrain Жыл бұрын
Wow blue-collar magician.👍🏻
@rohitkf8474
@rohitkf8474 2 жыл бұрын
You my friend have earned my SUBSCRIPTION and BELL ICON ❣
@coderlicious6565
@coderlicious6565 Жыл бұрын
Would love a video on your vscode extension useage, unless you've done one already.
@petarkolev6928
@petarkolev6928 Жыл бұрын
How does your app read this "@container" rule? When I use it in my React app it's not applying at all :( My VS Code also throws me warning "Unknown at rule @containerscss(unknownAtRules)". Is this issue related to SASS? Because I am using SASS
@plskz
@plskz 2 жыл бұрын
awesome
@charliec.2099
@charliec.2099 7 ай бұрын
Could you upload the old code w/ media queries to compare against the container ones?
@alexpanic1
@alexpanic1 2 жыл бұрын
Great tutorial! Could you please share with us your terminal theme and font? Thnx :)
@CFXTBogard
@CFXTBogard 2 жыл бұрын
You looks so happy like a kid in a candy store with the @container query lol
@UMBERELLA_ACADEMY
@UMBERELLA_ACADEMY 2 жыл бұрын
I don't know you personally sir but you radiate a very positive energy the way you speak, each and and everything is so clear and understandable, you have so basic and minute details in all of your videos in a very simple yet detailed possible way, world needs more teachers like you sir, A big thanks to you ❤❤❤❤ Could you please take my doubt from this video When you applied container query to the .card {.image: borderRadius} why this styling is only applied to the left layout in the first place and not right layout ?, sorry If my question is too dumb but I am learning 🙏🏻
@jherr
@jherr 2 жыл бұрын
That's the container queries. The left and right sections are defined as containers. And there are container queries that say that when the cards are laid out within a container over a certain width then styles are applied that turn the layout into a two column layout.
@UMBERELLA_ACADEMY
@UMBERELLA_ACADEMY 2 жыл бұрын
@@jherr Thank you for your reply sir, let me go through the whole video again 🙂
@dwolrdcojp
@dwolrdcojp 2 жыл бұрын
Are you using a green screen? Really looked like you were sitting in that room until I started to question it towards the end and then you poofed and confirmed editing lol
@dattm5527
@dattm5527 2 жыл бұрын
What cool theme are you using ?
@jherr
@jherr 2 жыл бұрын
Night Wolf [black] and JETBrains Mono
@chrisciampoli
@chrisciampoli 2 жыл бұрын
Mr.Jack is the new Uncle Bob
@LarsRyeJeppesen
@LarsRyeJeppesen Жыл бұрын
Not just React, all developers
@babycheesus666
@babycheesus666 Жыл бұрын
sick thumbnail 🤣
@kunalverma2746
@kunalverma2746 2 жыл бұрын
Is there anyway you can share your settings.json of vscode??
@dotjs5025
@dotjs5025 2 жыл бұрын
As always another great video Jack. Love your integrated terminal in Vs code . What tool do you use to get that kind of features inside Vs code terminal ? I would love to have some productivity within Vs code terminal . Would be great if you could share the details
@jherr
@jherr 2 жыл бұрын
It's integrated iTerm + Fig.
@dotjs5025
@dotjs5025 2 жыл бұрын
@@jherr Fig okay I thought I saw Figterm in the corner . Thanks
@ezequielpereyra6494
@ezequielpereyra6494 2 жыл бұрын
Good video and good font, what is?
@Pareshbpatel
@Pareshbpatel 2 жыл бұрын
Wow! - Top Notch tutorial on @container responsive layout design! - Thanks, Jack {2022-12-03}
@bartek...
@bartek... 2 жыл бұрын
Firefox finally!!!!!
@DaveMacpherson
@DaveMacpherson 2 жыл бұрын
Love your vscode terminal prompt. Care to share?
@darz_k.
@darz_k. 3 ай бұрын
Can I not just use a table to position the content??
@nextfangtechlead6239
@nextfangtechlead6239 Жыл бұрын
Containers!!!! Alright!! 🫡
@ulrichmbouna4091
@ulrichmbouna4091 11 ай бұрын
Already support in FireFox
@coolemur976
@coolemur976 2 жыл бұрын
Container queries doesn’t scale as well as media queries. You will have many container queries instead of few media queries to control responsiveness in big scale project. Right or wrong?
@jherr
@jherr 2 жыл бұрын
Modern usage of media queries ends up creating media query blocks for every component they apply to. Even so, no difference really.
@dave7038
@dave7038 Жыл бұрын
This is cool, but my CSS knowledge is quite weak. I wonder if someone could recommend some channels that teach CSS as clearly as Jack teaches React?
@ПетърТодоров-о7ф
@ПетърТодоров-о7ф Жыл бұрын
CSS for JavaScript developers course by Josh Comeau explains all the CSS stuff from the video except the container queries themselves since they're quite new.
@CanRau
@CanRau Жыл бұрын
Also Kevin Powell's channel is a fantastic resource for CSS
@DatDat59
@DatDat59 2 жыл бұрын
But Firefox doesn’t support this right ?
@jherr
@jherr 2 жыл бұрын
Not today. But there is a good polyfill.
@jesseliverless9811
@jesseliverless9811 2 жыл бұрын
What's 'wrong' with @media queries?
@jherr
@jherr 2 жыл бұрын
Does something need to be "wrong" with them?
@jesseliverless9811
@jesseliverless9811 2 жыл бұрын
@@jherr 0:15 "they've had some serious drawbacks"?
@jherr
@jherr 2 жыл бұрын
@@jesseliverless9811 my bad. Sorry. They only relate to the width of the entire view. Which means that you can only really use them to accurately manage components that consume the entire view. Sorry, brain fart, I confused media with container.
@valentoMundrov
@valentoMundrov 2 жыл бұрын
cup of coffee, just to keep them goin'
@mzpizote
@mzpizote Жыл бұрын
You can use this npm prettier plugin to sort your imports like a pro prettier-plugin-sort-react-imports
@zlackbiro
@zlackbiro 2 жыл бұрын
Screw web and CSS! I wish you fast recovery from cold.
@r-i-ch
@r-i-ch 2 жыл бұрын
God help you without a * { box-sizing: border-box }
@ShadowJak
@ShadowJak Жыл бұрын
Good video, but in the future can you do less talking with the example website on the screen and more talking with the code on the screen? It makes clicking around the video to see the code a bit harder than it should be.
@greendsnow
@greendsnow 2 жыл бұрын
oh this not... tailwind.. :D
@bartek...
@bartek... 2 жыл бұрын
Nor bootstrap 🤣
@patrykkowalski8355
@patrykkowalski8355 2 жыл бұрын
Don't hype yet... another youtube, we know that, we know about that since few years, but coverage is still weak 65-73%
@catwithawand
@catwithawand 2 жыл бұрын
Why not? There is a polyfill that can take your coverage up to something like 92.8%. Unless you want IE support (who does nowadays though) then I don't see an issue with it.
@AnthonyPaulT
@AnthonyPaulT 2 жыл бұрын
How is this easier? Lmao
@FinbarMaginn-z4b
@FinbarMaginn-z4b Жыл бұрын
movies.map(( ... ) => { return ( ... )});
React Streaming In Depth: NextJS! Remix! DIY!
49:05
Jack Herrington
Рет қаралды 32 М.
3 React Mistakes, 1 App Killer
14:00
Jack Herrington
Рет қаралды 116 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Learn how to use Media queries & Container queries
34:33
Kevin Powell
Рет қаралды 82 М.
Making React Context FAST!
33:34
Jack Herrington
Рет қаралды 90 М.
Top 10 Advanced CSS Responsive Design Concepts You Should Know
20:16
Web Dev Simplified
Рет қаралды 544 М.
I WISH I Knew These Tailwind Tips Earlier
9:15
Theo - t3․gg
Рет қаралды 200 М.
Container Queries are going to change how we make layouts
24:24
Kevin Powell
Рет қаралды 177 М.
Mastering React Context: Do you NEED a state manager?
37:26
Jack Herrington
Рет қаралды 100 М.
UseState: Asynchronous or what?
17:00
Jack Herrington
Рет қаралды 66 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 495 М.
Responsive design made easy
42:40
Kevin Powell
Рет қаралды 492 М.
Goodbye, useEffect - David Khourshid
29:59
BeJS
Рет қаралды 504 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН