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