Tootfinder

Opt-in global Mastodon full text search. Join the index!

@michabbb@social.vivaldi.net
2026-06-17 11:19:14

⚛️📡 react-call lets you call your #React components like async functions — they resolve with a value. createCallable() turns any component into something you can await, replacing messy isModalOpen state, onClose/onSubmit callback props and manual promise handling with a single linear call right where you need it

@cheeaun@mastodon.social
2026-06-28 03:59:17

Got to say, `license="commercial"` prop for a component is kinda weird 😅
#JavaScript #React #WebDev

A cropped screenshot of React code showing a `BottomSheet` component using `<Sheet.Root license="commercial"><Sheet.Trigger>Open</Sheet.Trigger><Sheet.Portal>`.
A documentation page titled “Sheet” showing a “license” field with required type options “commercial” and “non-commercial,” plus descriptions and notes about library licensing.