shud.in/thoughts/bui...
#react
Posts by Jay
You can learn more about using styled-components with RSC here: styled-components.com/docs/advance...
😮 Woah! I somehow missed the news that styled-components now supports React Server Components!
Last I heard, styled-components was entering “maintenance mode” with a skeleton crew, so I really wasn’t expecting this. Fantastic news! styled-components remains the best styling solution for React, IMO.
jakub.kr/components/w...
#css
allthingssmitty.com/2025/12/01/r...
#react
Fit width text in 1 line of CSS
`text-grow: per-line scale;`
nerdy.dev/css-text-grow
(prototype in Canary 165+)
frontendmasters.com/blog/using-t...
#javascript #css
📌
blog.bytebytego.com/p/shopify-te...
#shopify
www.joshwcomeau.com/animation/pa...
#css
www.propelauth.com/post/underst...
#react
www.totaltypescript.com/react-apps-t...
#typescript
Screenshot of code showing a "@ts-expect-error" comment with a red underline. A label reads "I fixed the issue, and now the TS compiler will let me know to remove this flag"
Lil’ TypeScript tip: Instead of using `@ts-ignore` for stuff you don’t feel like fixing rn, use `@ts-expect-error`.
When you do fix the issue, `@ts-expect-error` will *itself* become an error (which you can fix by deleting the comment).
That way, you avoid stale ignores that aren’t needed anymore.
www.epicreact.dev/use-optimist...
#react
Check it out - RSC in React Router!
Been working on this with @ebey.bsky.social and @markdalgleish.com for a little bit - pumped for folks to start playing with it!
remix.run/blog/rsc-pre...
www.youtube.com/watch?v=40os...
#react
react.dev/blog/2025/04...
#react
www.patterns.dev/react/compou...
#react
pnpm.io/catalogs
#pnpm
developer.mozilla.org/en-US/blog/h...
#html
developers.cloudflare.com/autorag/
#cloudflare #rag
blog.julik.nl/2025/03/a-ti...
#javascript