←back to thread

681 points NetOpWibby | 1 comments | | HN request time: 0.395s | source

Hey everyone,

About a year ago I embarked on creating a color scheme for a project and I loved it so much I began using it for everything. I decided to make an official repo for it to share with the world.

Anyhoo, hope y'all enjoy it.

Show context
mglikesbikes ◴[] No.43073550[source]
This is exactly why I read HN! So cool. And a fellow Svelte lover. 10/10.

Good luck with the social network! It’s brutal out there..

PS — would be so cool to see a tailwind plugin of this (which in v4 should be just copying the vars in.. I didn’t look at the repo super closely). Great shit!

replies(1): >>43073790 #
NetOpWibby ◴[] No.43073790[source]
Thank you! We need more Svelte lovers against the tyranny of React.

RE: social network, I'm also gonna charge money to use it so I'm not yet another free option with a dubious future...an extremely tiny portion of people would pay for a social network so I'm hoping I can add enough features to make it feel worth it. So yeah, it's gonna be tough af out here LOL!

I've never used Tailwind because CSS-in-JS weirds me out. I looked at the docs and it seems like I just wrap my custom colors in `@theme.css`? Is there anything else I'd have to do? https://tailwindcss.com/docs/theme

replies(3): >>43074187 #>>43074668 #>>43075076 #
CSMastermind ◴[] No.43074668[source]
I really love the principles that Svelte tries to advance but I find some of their design decisions downright puzzling.

About 2 years ago I had to make a decision about what framework we were going to use for a new project and one of our developers was really into Svelte. I went through the tutorial and made a sample site. It felt like there were always sharp edges I was catching myself on.

I don't remember the specific but I feel like state management got confusing and you had to use work arounds to manually trigger updates in certain situations. Just seemed odd.

replies(2): >>43075092 #>>43075188 #
1. mglikesbikes ◴[] No.43075092[source]
Svelte 5 reimagines the reactivity features (“runes”) and gets rid of the foot-guns, I know exactly what you’re referring to with state management. V5 is much more straightforward to both reason about and bug fix.