Back to Astro

Post with React components

packages/astro/performance/scripts/templates/with-react-components.mdx

0.0.12241 B
Original Source

import { LikeButton, HydratedLikeButton } from '@performance/utils';

This render clickable like components

<LikeButton liked={true} /> <LikeButton liked={false} /> <HydratedLikeButton liked={true} /> <HydratedLikeButton liked={false} />