Remix.run Logo
airstrike a day ago

Really nice idea. I've thought about building something similar but it's not a core feature of my product so I keep postponing it.

I do have to ask, though. Why would I ever want to resolve a color name as a network request instead of calling a function?

meodai a day ago | parent | next [-]

Because a) I keep adding names and b) the list weights over 1mb https://github.com/meodai/color-names

airstrike 20 hours ago | parent [-]

I'd definitely prefer to add 1MB to my binary than to make a remote API call, and I can always bump the version if I want the latest and greatest names.

Sharlin a day ago | parent | prev [-]

Everything is a microservice now!