REACT مرجع: React Introduction
مرجع سريع لـ React Introduction.
مرجع REACT — React Introduction
ملخص سريع عن React Introduction مع صياغة ومثال.
الصياغة
function Component(){ return ... }
مثال
export default function App(){
return <h1>Hello React</h1>;
}