astahmer.dev
Panda CSS / OSS, frenchy freelancer http://astahmer.dev
77 posts
333 followers
236 following
Prolific Poster
Conversation Starter
comment in response to
post
All told, it's been a year and a half of hard work to get to today. We've got so much to share about this project. Let us know what you'd like to hear about! :)
youtu.be/0mCsluv5FXA
comment in response to
post
credit to tamagui/astro; both have this by default I think
comment in response to
post
you can do exactly that with native CSS
`@import url(main.css) layer(default);`
developer.mozilla.org/en-US/docs/W...
comment in response to
post
pour ça que me suis tjrs dit que faire du mobile c'est chaud après avoir dégusté un mets aussi fin que le HMR de Vite
comment in response to
post
if this is very specific to a single component, maybe something like:
```ts
useQuery({
...yourQueryOptions,
queryFn: (input) => {
const promise = yourQueryOptions.queryFn(input)
promise.then((queryData) => onSuccess(queryData))
return promise
}).
```
otherwise -> in queryFn
comment in response to
post
yes, basically a global useState
comment in response to
post
un forum basé sur/qui s'intègre au AT Protocol et c'est gagné
comment in response to
post
nice! this is huge 🙌
comment in response to
post
`class` also works afaik, except that you need to tell TS it's fine
dev.to/swyx/how-to-...
comment in response to
post
so.. an OpenAPI doc right ?
comment in response to
post
definitely wouldn't recommend this one tho, as the inferred typings are horribly slow (and it also lose precision for query params)
comment in response to
post
since this keeps going around, a few common clarifications:
- no pay-to-play. we won’t prioritize comments of subscribers
- we don’t plan to do Twitter-style “paid checkmarks”
- if we do add a “supporter” profile badge, it will be hideable
- bookmarks will be free (when we get to them)
comment in response to
post
RPC-like + automatically generated OpenAPI based on the schemas does a fine job -> zodios, ts-rest, tRPC/hono/express + plugins, Effect, etc
comment in response to
post
For me, I've decided that I don't want that. Interactions with an "angry mob" are exhausting, and while I always come out "ahead" in follower count afterwards, it's not healthy to keep those interactions going. That's why I "traded" 45k on Twitter for 5k here.
comment in response to
post
that being said, drizzle CLI / ecosystem and overall schema management is great
comment in response to
post
the migration to Biome saved me from countless headaches
comment in response to
post
unrelated but one thing is unclear for me.
can you use createServerFn without SSR ? I don't really benefit from SSR (internal dashboard that has a BFF already) but I still would love to skip the boilerplate/glue-code of having to create a dedicated endpoint+mapping that in a tanstack query factory
comment in response to
post
🫠
comment in response to
post
on a sidenode, we crossed the 4k daily users mark!