aboutsummaryrefslogtreecommitdiff
path: root/examples/react-fast-refresh-test/src/components/button.tsx
blob: 4c338867003c619e82a8906424a30112979dea7b (plain) (blame)
1
2
3
4
5
6
7
8
9
import { RenderCounter } from "./RenderCounter";

export const Button = ({ children }) => {
  return (
    <RenderCounter name="Button">
      <div className="Button">{children}</div>
    </RenderCounter>
  );
};
r/image-internals'>refactor/image-internals Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/docs/public/make-scrollable-code-focusable.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Make it deployable to Netlify (#2931)Gravatar Matthew Phillips 18-154/+133
2022-03-29[ci] collect statsGravatar FredKSchott 1-0/+1
2022-03-29[ci] formatGravatar matthewp 3-18/+11
2022-03-29Implement the Astro.request RFC (#2913)Gravatar Matthew Phillips 34-121/+135
2022-03-28[fix] 2924 Update import in astro config of portfolio starter (#2926)Gravatar Michael Marino 2-1/+6
2022-03-29[ci] formatGravatar FredKSchott 4-17/+19
2022-03-28New Markdown API (#2862)Gravatar Fred K. Schott 27-193/+277
2022-03-28[ci] formatGravatar FredKSchott 2-3/+3
2022-03-28Restyle error messages (#2902)Gravatar Fred K. Schott 21-346/+368