Skip to content

justinaus/as-child-sample

Repository files navigation

As-child-sample

⚠️ Problems

// bad.
<a href="/somewhere">
  <CommonFilledButton />
</a>

스크린샷 2024-04-29 오후 1 16 53

https://validator.w3.org/nu/?showsource=yes&doc=http://dropbox.beausmith.com/static-html/invalid-button-anchor-markup.html

https://stackoverflow.com/questions/42463263/wrapping-a-react-router-link-in-an-html-button

Solutions

as-props

as-props

Not enough. Difficulties with scalability, etc.

as-child

Not so bad.

Demo

https://as-child-sample.vercel.app/

스크린샷 2024-04-29 오후 1 18 44

Getting Started

yarn install
yarn dev

Usage

<FilledButton asChild>
  <a href='/somewhere'>Link</a>
</FilledButton>

Used