Тёмный
No video :(

It's Time To Talk About This Tailwind Plugin 

Josh tried coding
Подписаться 153 тыс.
Просмотров 43 тыс.
50% 1

Tailwind is pretty neat, so is their official plugin. Adam Wathan, the creator of tailwind, just announced a "huge quality of life improvement" for their tailwind prettier plugin so I got curious and wanted to see if thats true :3
-- sources
announcement post: x.com/adamwath...
-- my links
second channel (in depth videos): / @joshtriedupstash
discord: / discord
github: github.com/jos...

Опубликовано:

 

1 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 106   
@codewithantonio
@codewithantonio 2 месяца назад
josh in his buzzcut era 😎
@alexg7282
@alexg7282 2 месяца назад
😁
@kushaltanna5569
@kushaltanna5569 2 месяца назад
wsp sir
@davidlintin
@davidlintin 2 месяца назад
Could be something to do with the new Eminem track. 😅
@VividVoid461
@VividVoid461 2 месяца назад
💀
@munna5553
@munna5553 2 месяца назад
Can you please make any full stack MERN application without external authentication library please
@TehHayzen
@TehHayzen 2 месяца назад
I would add another benefit, sorting your class names isn't only good for readability and maintainability, it's also good for performance. Having all your class names always in the same order means longer repetitions in the generated HTML, which means more effective compression!
@bla4224
@bla4224 Месяц назад
The need to sort the stuff makes it pretty obvious, that this tailwind stuff is big non-sense.
@p-nerd
@p-nerd 2 месяца назад
I am using this over 2 years.
@RyanScarbrough
@RyanScarbrough 2 месяца назад
I was using this before you were born!
@skdishansachin
@skdishansachin 2 месяца назад
Same here
@mikelisrael5627
@mikelisrael5627 2 месяца назад
I've been using this since before I was born
@p-nerd
@p-nerd 2 месяца назад
@@mikelisrael5627 Are you dump?
@p-nerd
@p-nerd 2 месяца назад
@@mikelisrael5627 Are you idiot
@MinecraftHV
@MinecraftHV 2 месяца назад
Wait until Josh finds out that eslint-plugin-tailwindcss exists 💀
@theDanielJLewis
@theDanielJLewis 2 месяца назад
I've been using this for a while and I love it, too. There's another hidden benefit with this. By ensuring the order of classes are the same, it ensures that repeated classes will be the same and thus compress better.
@algobuddy
@algobuddy 2 месяца назад
This plugin is a game-changer for Tailwind CSS projects. 🎉
@karsongrady
@karsongrady 2 месяца назад
Dang, I did not know this was not in everyones projects...thanks Josh
@fernando_her85
@fernando_her85 2 месяца назад
It’s not 8 million people; those are downloads, which can be from the same company, project, different environments of the same app, or developer. It is remarkably high, but this is more accurate than saying 8 million people.
@pype101
@pype101 2 месяца назад
🤓☝️
@adriablancafort
@adriablancafort 2 месяца назад
Did the girl you mentioned in the other video send you a DM?
@quentinfrancois690
@quentinfrancois690 2 месяца назад
"use Prettier for formatting and linters for catching bugs!", according prettier documentation. >> I rather use eslint-plugin-tailwindcss and other rules « no-custom-classname » for example
@nyashachiroro2531
@nyashachiroro2531 2 месяца назад
Seeing this channel grow has been amazing. Great video btw.
@okage_
@okage_ 19 дней назад
been here since double digit subs
@robolist2277
@robolist2277 2 месяца назад
thank god they made it fix the spaces between. that was driving me insane. good video
@gwemula
@gwemula 2 месяца назад
The dev who work for me have all these extra spaces between classes and it drives me nuts :O
@hyperprotagonist
@hyperprotagonist 2 месяца назад
The modern developer: it’s not about how you code, it’s about what plugins you know.
@jjaimealeman
@jjaimealeman 2 месяца назад
Great explanation 👍 I've had the plug-in installed for a while on plenty of projects, but never really looked into why it would sort the class names as it did. Your explanation cleared a lot of my misunderstanding. Thank 😎
@Anonemmas
@Anonemmas 2 месяца назад
You really been missing out for so long. Love your videos man, keep doing what you do 👌
@warrenpeace2557
@warrenpeace2557 2 месяца назад
Twin macros extends the capability of tailwind like chaining multiple rules under hover..though it renders every rule , twin intellisense throws errors and doesn't recognise some tailwind properties such as size, bg. It will be a gamechanger if it is fixed
@JosephOpio
@JosephOpio 2 месяца назад
This feature is freely available in Zed
@lronmate
@lronmate 2 месяца назад
Pretty sure they’ve been sorting classNames for awhile now
@denniszoma
@denniszoma 2 месяца назад
hehe was begging them in this 2+ years github discussion relentlessly. great to see this finally being built!
@djknight3806
@djknight3806 2 месяца назад
Josh! thanks I'm a web & software dev. but CSS & tailwind is not my strong suit and been tasked to do some tailwind CSS as of late. and had so many issues mainly with nav bars and buttons and nested dropdown buttons. and row/columns .. and this saved all the issues I had. so, thanks! .. now its 126 file changes LOL .
@zindev
@zindev 2 месяца назад
It's important to know that this plugin only brings the delete whitespaces feature after the 0.6 version.
@DreamingDolphing
@DreamingDolphing 2 месяца назад
I don't use Prettier, I use Biome and similar class sorting functionality is available there, but it's still experimental.
@IftekharHossen-rv7ht
@IftekharHossen-rv7ht 2 месяца назад
I was wondering why there is no plugin for sorting classes, today I got the answer.
@bgu.604
@bgu.604 2 месяца назад
So what's up with your date from the previous video? We wanna know!
@ayushdedhia25
@ayushdedhia25 2 месяца назад
Does the Headwind extension for VS Code do the same thing?
@abhisheknavgan6829
@abhisheknavgan6829 2 месяца назад
thanks dude
@OPGAMER.
@OPGAMER. 2 месяца назад
I always run "npx prettier --write ." after project is completed.
@derciojds
@derciojds 2 месяца назад
Alternative title: Josh tries buzzcut
@yavorbelakov5532
@yavorbelakov5532 2 месяца назад
idk how people code without this :D
@Mosh_Code
@Mosh_Code 2 месяца назад
Nice haircut Josh …. Forget tailwind
@piscopancer
@piscopancer 2 месяца назад
spreading a tweet to 7 minutes of a youtube video. You have mastered content making xdxdxd
@swiffty1
@swiffty1 2 месяца назад
I used to use this tool but it affects all your code instead of just the tailwind css classes. This is because you are required to install the original Prettier dependency. So far have not found a way to only affect tailwind classes. I am not a fan of the Prettier plugin as it messes up formatting.
@aro_matt
@aro_matt 2 месяца назад
What if I need to maintain order in certain conditions? Is there an easy way to flag some classes so those are ignored for sorting?
@Simple_OG
@Simple_OG 2 месяца назад
Tailwind css is the best thing that has ever happened in my life
@akshatdubey4421
@akshatdubey4421 2 месяца назад
time to learn about web dev from phil foden
@nyannz
@nyannz 2 месяца назад
not sure if it's just me, when I use the plugin, my eslint warnings and errors just doesn't show anymore.
@anonimato1987
@anonimato1987 2 месяца назад
I need a something to detect typos in my classNames, cuz it's easy to commit an error when following along Josh's tutorials 🔥
@pokeman83ebay
@pokeman83ebay 2 месяца назад
eslint-plugin-tailwindcss does it
@kelvinjohndomeh1488
@kelvinjohndomeh1488 2 месяца назад
When did josh start using a mac?
@mauricenoever
@mauricenoever 2 месяца назад
Will it make the production build CSS smaller?
@codesera9416
@codesera9416 2 месяца назад
Hi Josh your discord link was expired I'm not able to join your discord server please fix it
@abhisheknavgan6829
@abhisheknavgan6829 2 месяца назад
ohh this is usefull, I'll definetly use this in my next project, maintaining classes order is a mess when it comes to large projects and it is not fun to play hide and seek with classes which is affecting the component and it's behaviour it wastes so much of my time in development this will defietly help , Thanks
@BhupenderMehta-fh1rb
@BhupenderMehta-fh1rb 2 месяца назад
Just installed this plugin and it's a game changer ....and now first video I see is josh talking about the same plugin is that a coincidence?
@kimhwanhoon
@kimhwanhoon 2 месяца назад
it existed since long time no?
@ruy.monteiro
@ruy.monteiro 2 месяца назад
Awsome!
@johnpaulpineda2476
@johnpaulpineda2476 2 месяца назад
Crisp Cut Josh! 🤑
@prashlovessamosa
@prashlovessamosa 2 месяца назад
Are you joining the army ?
@bla4224
@bla4224 Месяц назад
Biggest non-sense ever seen. Ppl should avoid using tailwind. No-one so far could explain the benefit of it compared to using CSS properly (i.e. giving a component an ID or class name and use appropriate CSS selectors to style the component). So if I need to review some js/ts code, the first thing I ask the submitter is to drop that non-sense (and make the code readable). And than one does not need to think about order and overrides of the tailwind classes because CSS rules are pretty clear about how to handle the rules.
@finetopethiopia4095
@finetopethiopia4095 2 месяца назад
Bruh, I thought everybody use this. Lmao, I am learning to code and it been months since I started using this.
@shinxz2098
@shinxz2098 2 месяца назад
Can you use it with Biome?
@lnard0
@lnard0 2 месяца назад
shrek is scaring me
@alaskandonut
@alaskandonut 2 месяца назад
Ordering my tailwind classes really bothered me so after a quick Google search I found this plugin. I'm dumb though I haven't even used it yet.
@k16e
@k16e 2 месяца назад
"Once we format it..." how're you formatting, please?
@AlianzaGaming
@AlianzaGaming 2 месяца назад
On save (ctrl+S), if you have IDE prettier plugin
@k16e
@k16e 2 месяца назад
@@AlianzaGaming I don't seem to see its effect, working in my case. I have autosave on vscode. Did you say "IDE prettier plugin", as in a parent plugin must be present?
@aymenbachiri-yh2hd
@aymenbachiri-yh2hd 2 месяца назад
thanks
@popdastackbruh2515
@popdastackbruh2515 2 месяца назад
Isn’t this just the headwind plugin?
@ivan.jeremic
@ivan.jeremic 2 месяца назад
0:03 These are not 8 Million people, I love Tailwind but these stats do not represent 8 million people🤣
@skdishansachin
@skdishansachin 2 месяца назад
Hey Josh let's try Remix js.
@null_spacex
@null_spacex 2 месяца назад
Huhhh lol this was the first thing I looked for when I started using TW like 2 years ago
@kale_bhai
@kale_bhai 2 месяца назад
Glad I knew it before!
@MobiusCoin
@MobiusCoin 2 месяца назад
Omg... not using prettier? Tailwind with prettier is amazing! Tailwind without prettier is unusable.
@codedusting
@codedusting 2 месяца назад
This is an old plugin though 😂
@refeals
@refeals 2 месяца назад
Finally!
@yashdewasthale9315
@yashdewasthale9315 2 месяца назад
Looking cute in thi hairstyle 😅
@1am-programmers
@1am-programmers 2 месяца назад
Awesome
@MdNaimurRahmanHera
@MdNaimurRahmanHera 2 месяца назад
Wow
@BinuterX
@BinuterX 2 месяца назад
hey bro im big fan here
@rajeshpoddar5763
@rajeshpoddar5763 2 месяца назад
meaow
@Salah-YT
@Salah-YT 2 месяца назад
bro ur the best and I like u but why some time u talk so quickly like someone is hunting u 🙂 bro calm down everything gonna be ok
@RafaelMilewski
@RafaelMilewski 2 месяца назад
It is ironic that Prettier is called "Prettier" but generates pretty mangled, ugly-looking code.,,
@TimeAiTales
@TimeAiTales 2 месяца назад
No cap
@chaminduabeysekera3248
@chaminduabeysekera3248 2 месяца назад
first
@subproject2771
@subproject2771 2 месяца назад
pathetic attempt to make Tailwind trash usable
@MerkieAE
@MerkieAE 2 месяца назад
What have you shipped?
@subproject2771
@subproject2771 2 месяца назад
@@MerkieAE 10M unique visitors across 3 websites + $5K/month from SaaS. Using Tailwind from initial release (had to), before that used Tachyons for 2 years (from, like, 2016 or so). Any other questions? 🤡
@marvinmokua
@marvinmokua 2 месяца назад
clickbait
@buraxta_
@buraxta_ 2 месяца назад
@mirazh8216
@mirazh8216 2 месяца назад
thanks
Далее
A Better Way to Write APIs?
12:00
Просмотров 92 тыс.
We Need to Talk About Redis.
14:55
Просмотров 89 тыс.
아이스크림으로 진짜 친구 구별하는법
00:17
Sevinch Ismoilova - Xayollarim 18-Avgust 19:00 Premera
00:19
Why is Vite Everywhere? | Evan You
38:32
Просмотров 33 тыс.
UI Libraries Are Dying, Here's Why
13:28
Просмотров 299 тыс.
8 TailwindCSS Classes I Wish I Found Earlier
4:48
Просмотров 73 тыс.
Everyone's Going Crazy About Devin
9:04
Просмотров 35 тыс.
This Package Saved My SaaS
5:46
Просмотров 123 тыс.
HTMX Sucks
25:16
Просмотров 117 тыс.
Tmux has forever changed the way I write code.
13:30
Просмотров 960 тыс.
Fetching Data Doesn't Get Better Than This
6:58
Просмотров 107 тыс.
A flexbox trick to improve text wrapping
5:02
Просмотров 205 тыс.
My Top 5 Techniques for Web Animation
9:58
Просмотров 71 тыс.
아이스크림으로 진짜 친구 구별하는법
00:17