Andrew Bogdanov

284 posts

Andrew Bogdanov banner
Andrew Bogdanov

Andrew Bogdanov

@andr_bogdanov

Antalya, Türkiye Katılım Mart 2018
134 Takip Edilen13 Takipçiler
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@TweetsOfSumit @nuxt_js that's exactly what my thoughts were when I read about Nuxt 4 and then the Nuxt 5 release in a couple of months 😂But I hope it won't be as painful as I'm afraid it will. Really curious to see how automated migrator will work on a big codebase
English
0
0
0
11
Sumit Kumar
Sumit Kumar@TweetsOfSumit·
Stop what you’re doing and wipe that 2025 roadmap. You will work on another @nuxt_js migration for the rest of the year LET’S GO 🚀
Sumit Kumar tweet media
English
4
0
25
3.5K
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
🎯 API-driven styling with UnoCSS — this June at VueTalks! How do you style components driven by data, CMS configs, or dynamic builders? Let’s dive into advanced UnoCSS to stay flexible, fast & scalable - even in complex systems. #VueJS #UnoCSS #DesignSystem
English
0
0
1
25
Andrew Bogdanov retweetledi
Steve Yegge
Steve Yegge@Steve_Yegge·
Hi all, I just dropped a new blog post: sourcegraph.com/blog/revenge-o… This one's a beehive-kicker for sure. Hope you like it and find it enlightening, even if you don't agree with all of it.
English
12
41
167
33.2K
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@adamwathan This is actually an idea that I can't unthink for more than a year now
English
0
0
0
12
Adam Wathan
Adam Wathan@adamwathan·
Big news — we've partnered with Apple to integrate Tailwind CSS into Safari directly, making it the first browser that can render Tailwind sites with 0kb of CSS over the wire. Do your part and ship your sites with no CSS file to force other browsers to do the same 🤘🏻
English
149
230
4.1K
495.5K
Yoela Palkin
Yoela Palkin@yoelapalkin·
@RhysSullivan Find out if he has 3 guys in India using his github to push commits. Review the time logs with a test project. We sadly fell for that this year.
English
5
0
49
5.9K
Rhys
Rhys@RhysSullivan·
Wow, a resume just came across my desk with this GitHub contribution chart We offered him a $500k/year job without even interviewing
Rhys tweet media
English
717
539
19.9K
2.1M
Alexander Lichter
Alexander Lichter@TheAlexLichter·
I wonder when @vuejs will come over to the other place 👀🦋
English
7
1
20
3K
....
....@TruckunSama·
@ste_bartoletti @theo optional things are not complications i think since its not mandatory to use it. I have a huge app, and i see a couple places where this can be used. There are times when i wat a separate sub-component, but its too small to justify creating a whole other file for it.
English
1
0
1
87
Theo - t3.gg
Theo - t3.gg@theo·
wtf why has nobody told me about Vue Vine before? This looks so good.
Theo - t3.gg tweet media
English
51
17
675
169.7K
Theo - t3.gg
Theo - t3.gg@theo·
@bielarusajed *kind of* More similar to Solid. But also interops with traditional .vue files and compiles to vue components, so you can opt into vine for components that suck to do with SFC's
English
3
0
41
8.4K
Adam Wathan
Adam Wathan@adamwathan·
I still don't want to add this feature *but if we did* what syntax do you prefer? Only considering one-level of grouping, don't want to get crazy with nesting stuff. Poll in reply 👇🏻
Adam Wathan tweet media
English
191
9
430
122.5K
Guga Guichard
Guga Guichard@gugaguichard·
Here follows my simple approach for caching a route with NextJS. Tomorrow we are gonna talk about vertical alignment with CSS, follow me for more tips on making web development simple!
Guga Guichard tweet media
English
2
2
9
9.2K
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@adamwathan @HugoAlliaume In such a case is it possible to have this feature only for specific platforms like Node based websites or introduce a separate PHP based process that would compile a template before passing it to the client?
English
0
0
1
27
Adam Wathan
Adam Wathan@adamwathan·
The browser will not understand `hover:(flex gap-2 justify-between)` because of the spaces, full-stop. So you can't send that to the browser and have it work, it has to be transpiled into something else and you need to put that in a file somewhere, and that is not a normal workflow for so many languages/frameworks.
English
2
0
0
134
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@adamwathan @HugoAlliaume How then CSS compilation is done for WordPress based websites? If CSS is generated from analyzed classes why templates can't be parsed with the same tool to unwrap the groups before running the analysation process?
English
1
0
0
54
Adam Wathan
Adam Wathan@adamwathan·
@andr_bogdanov @HugoAlliaume Correct me if I’m wrong but I don’t believe you can use the special grouping syntax with UnoCSS with Ruby ERB templates or with Wordpress sites built with PHP templates? Tailwind needs to work in all of those places.
English
2
0
0
168
Mathieu
Mathieu@MathieuJ85·
@adamwathan Check unocss syntax, it's much better ! hover:(bg-gray-400 font-medium)
English
1
0
3
89
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@mazewinther1 @adamwathan It's not because he doesn't want, it's due to a limitations of Tailwind itself in how it's done under the hood. That's why I switched to UnoCSS a long time ago and never came back. You should try it too 😉
English
1
0
1
29
Maze
Maze@mazeincoding·
@adamwathan Oh god, this feature would be an absolute killer. The amount of times I have to write "hover:" on the same element… Why would you not want to add this feature?
English
2
0
2
131
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@bhws @TheAlexLichter @adamwathan I would say such truncation won't give any significant performance increase. If you use brotli compression none of this micro-optimizations of string width make any sense
English
0
0
1
36
🦋 Ben
🦋 Ben@bhws·
@TheAlexLichter @adamwathan This is what I was thinking. To add to this, for added perf could open the door for compressing arbitrary custom props. `bg-[--my-custom-property-bg-color]` -> `bg-[--abc]` x.com/bhws/status/18…
🦋 Ben@bhws

@adamwathan I voted commas. Suggest evening making it opt-in via config. `DangerouslyAllowGrouping` to highlight how big a footgun this may be. Potential for bundler/framework tooling could compile the outputted classes back to more performant classes for prod? (Separate project...)

English
1
0
0
48
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@TheAlexLichter @adamwathan It's not realistic until Tailwind changes its underlying architecture. Which should inevitably happen at some point if the framework wants to stay competitive.
English
0
0
0
17
Alexander Lichter
Alexander Lichter@TheAlexLichter·
@adamwathan Parentheses a la hover:(bg-black text-white) would be my preference but not sure if this is realistic due to the transformation required
English
2
0
5
516
Andrew Bogdanov
Andrew Bogdanov@andr_bogdanov·
@adamwathan None of those proposals make sense. With the current design of Tailwind this feature breaks the fundamental principle of utility CSS which is reusability. So it's better to not implement it at all
English
0
0
0
13