333
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
333
fyi: my new favorite theme is catppuccin mocha
p.s. jetbrains mono font is so clean, using since release, can’t believe switching to any other font anytime soon
333
If you are still not using Arc on Mac, then do, and let me open those new icons
https://arc.net/gift/4d521bd4
333
I am starting to work on a new project. So I think I'll be gathering a lot of opinions in next posts.
My previous project lasted for around 2 years, and there was not much freedom in terms of choices.
If you start a new Next.js project, what would you choose to write styles?
I am considering tailwindcss.com + cva.style
I need something:
1. Three-shakeable
2. Does not require JS in runtime
3. Composable + safe at the same time
CVA seems to provide the safety and composability, but it's still beta. So I'm worried a bit :)
333
I am used to kebab-case for the last 4-5 years. Because a while ago Git was not able to track filename changes, if you only change the letter cases.
E.g:
header.js > Header.js would cause, that in your FS you would have new name for the file (`Header.js`), but you would still commit header.js.
This, in turn, would cause your imports fail to resolve, on whatever env you clone your repo 🙂333
Repost from UfoStation
Advent of TypeScript
Набор заданий type challenge для TypeScript, который будет открывать по одной задаче в день с 1-ого по 25-ого декабря и может послужить отличным поводом или дополнительно попрактиковаться, или изучить работу типов в языке.
333
What else CSS needs for you to remove CSS-in-JS and other non-CSS ways of writing CSS?
https://blog.logrocket.com/css-scope-replace-bem/
