Santa Chris (白帥帥)
Results
3
comments of
Santa Chris (白帥帥)
Can you comment on how Thin does data caching?
this worked for me in dev mode, haven't tried in production on nextjs 14.x can cache supabase queries using tags.. it sets cache options per supabase-client and not per request....
this worked for me, to style based on having a value set or not by Select: ``` clsx( isDisabled && "bg-gray-200", myValueVar ? "text-gray-500" : "italic text-slate-400", "flex text-sm text-gray-500...