Nice episode, thanks for that. That cut at the end tho...
@pronyCJ5 жыл бұрын
omg idk how u always come up with videos that i seriously really need! thanks mpj! youre the best!!
@swssdev91635 жыл бұрын
This might unpopular but, CSS in JavaScript doesn't make sense to me, I don't like, it complicates things a lot. I'm a firm believer on CSS in *.css and JS in *.js.
@stephfh5 жыл бұрын
You're not alone, friend!
@akmalmaulanaazzam68154 жыл бұрын
also css in js are violating the CSP rules
@adityashinde38645 жыл бұрын
please make more CSS videos
@Blast-Forward4 жыл бұрын
I like to hear more about managing projects. He has some great advices to give. And there are already so many CSS videos out there.
@lakshayasood21975 жыл бұрын
Why isn't anybody talking about @7:00 ?
@zeeeeeman5 жыл бұрын
Video starts at 1:23
@SolidousMdz5 жыл бұрын
Having a single way to do things and evolve that way may be safer, with slower but steady growth. But having a fork that changes fundamental things (like TS tries to do) may evolve something in a completely new way that was not possible when playing "safe".
@Darkurge6665 жыл бұрын
That end was a bit abrupt...?
@Sjon_E5 жыл бұрын
Right? I think the video was cropped wrong
@Blast-Forward4 жыл бұрын
Because nobody likes linters. 😂
@alexandrugunescu45855 жыл бұрын
Good perspective on CSS architecture, I hate Style Components!
@MatiasBenavides5 жыл бұрын
The cut is unnerving
@joshuawatson19405 жыл бұрын
Next time can you please get his opinion on utility first frameworks like tailwind?
@ablanchi5 жыл бұрын
that ending, i wanna die
@karianpour5 жыл бұрын
I do not like styled-components but jss is nice for SSR optimization so that there is no css file download cycle
@anfielder95 жыл бұрын
You could have a build process for your web: cat styles.css >> index.html but we dont encourage that either. I reckon it's a wrong approach to think of one request cycle as a benefit, while it's always encouraged to split these as you dont block a render.
@karianpour5 жыл бұрын
@@anfielder9 no we cannot, the style sheet is dynamic.
@anfielder95 жыл бұрын
@@karianpour if your stylesheet is dynamic, why do it as SSR then?
@karianpour5 жыл бұрын
@@anfielder9 it depends on the route. You will see it more in the future. Take look at nextjs and material-ui samples you will get it.
@anfielder95 жыл бұрын
@@karianpour Isn't this what tree-shaking and doing performant css is supposed to do? e.g: dont load all you css in one giant file, but split it according to pages?
@yodaboga5 жыл бұрын
Part 2--This video picks up after the cut: kzbin.info/www/bejne/lXampouhabKLbLs
@milehighsi5 жыл бұрын
I guess you guys were snacking to make this seem casual - like a couple of regular fellas enjoying a smoke in the 50s or whatever - but please at least mute the sound in post. Or just take a break from snacking altogether whilst filming? I appreciate that this may seem a bit obnoxious but if it comes across that way please look up misophonia. I had to stop the video unfortuntely as my blood was beginning to curdle. Regardless, it's good to see some FFF vids appearing on my feed again and I look forward to more great content.
@jeroenj74945 жыл бұрын
Thank you.
@Bergfett5 жыл бұрын
I like linters too.
@НаталіяЖидейкіна5 жыл бұрын
You are awesome
@benjamingeyer89075 жыл бұрын
Odd cut at the end
@KaelinatorPVP5 жыл бұрын
I really like your new hair!!
@Yatrix75 жыл бұрын
"I like linters too..." *world ends*
@45410475 жыл бұрын
Talk less code more. One a upon time which this channel actually touch how to write code. today its concentrate in talking... boring..
@funfunfunction5 жыл бұрын
I think we code too much and talk too little.
@benfurstenwerth5 жыл бұрын
I miss the musings lol seriously... There are plenty of coding vids out there though
@Sjon_E5 жыл бұрын
If you want videos on coding there's thousands of KZbin videos to cover that and then hundreds of high paid quality tutorials for a more in depth look. What there is an extreme lack of is people talking about these things people learn. Maybe we'll get a few talks a year about the future of language/feature/framework but it's hardly a discussion from working coders who need to build things with these tools. The CSS architecture issue is something every developer struggles with from time to time, it's a problem with out a clear answer and is only becoming blurrier with the introduction of CSS in JS.