REACT Referans: Props
Props için hızlı referans.
REACT Referans — Props
Props için hızlı özet, sözdizimi ve örnek.
Sözdizimi
function Component(){ return ... }
Örnek
export default function App(){
return <h1>Hello React</h1>;
}
Props için hızlı referans.
Props için hızlı özet, sözdizimi ve örnek.
function Component(){ return ... }
export default function App(){
return <h1>Hello React</h1>;
}