Quentin
TTCTheo's Typesafe Cult
•Created by Quentin on 8/18/2023 in #questions
Designer -> Developer Handoff
As a developer, I've always referenced Storybook for our component library. What do designers do to convert their Figma components to Tailwind components typically? Would a designer handle converting that, or a frontend developer?
I've been researching tools and there doesn't seem to be anything on the market that will easily convert Figma to Tailwind.
7 replies
TTCTheo's Typesafe Cult
•Created by Quentin on 8/15/2023 in #questions
Scaling Vercel Function instances & tRPC
On the "Functions" tab in my project I have
api/trpc/[trpc]
. Would this scale independently of any other edge function I'd create in api
?
For example, if I wanted to create an edge function to handle OpenAI calls and I knew it would possibly have longer latency would it scale to x instances independent of the "monolith" tRPC function which is just CRUD?7 replies
TTCTheo's Typesafe Cult
•Created by Quentin on 8/7/2023 in #questions
Drizzle vs. Prisma: why does Drizzle need less row reads?
26 replies