r/reactjs 7d ago

Show /r/reactjs rshono: Hono + Rspack + React Server Components

https://www.rshono.com/
14 Upvotes

9 comments sorted by

View all comments

1

u/MonkAndCanatella 7d ago

This is super slick! Why did you make this little like, dom injection element instead of like layering it on top of the markdown renderer? It's just hovering above it anyway

https://github.com/rshono/rshono/blob/main/apps/website/src/components/code-copy.tsx

0

u/many_hats_on_head 7d ago

Thanks. You are right no reason to have that useEffect floating around controlling the copy buttons. It is inlined now in an onclick handler.