вот мой код function Label({title}){ return <h1>{title}</h1> } function useLabel({title}){ return <h1> {title}</h1> } function Diff(){ return <div> <Label title=’this is component’/> {useLabel({title:’this is custom hook’})} </div> }…

IT Шеф
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Privacy Policy