ProductCard.tsx</>
export function ProductCard( { product } ) { return ( <article> <h3>{product.name}</h3> <p>{product.description}</p> </article> );}TypeScript JSXUTF-8 main
git⌘
⌥ main● feat/product-shell● fix/navigation● refactor/api
3 files changed +142 −37
terminal—
$ pnpm build✓ lint✓ typecheck✓ tests✓ production›