Closed MathurAditya724 closed 6 hours ago
I've updated the Embed component to reuse the getRkey function instead of relying on AtUri. This change enhances reusability and helps reduce the bundle size slightly.
Embed
getRkey
AtUri
I came across this improvement while working on https://github.com/rhinobase/react-bluesky and thought it would be a helpful optimization.
I've updated the
Embed
component to reuse thegetRkey
function instead of relying onAtUri
. This change enhances reusability and helps reduce the bundle size slightly.I came across this improvement while working on https://github.com/rhinobase/react-bluesky and thought it would be a helpful optimization.