ازاى استنى اكتر من promise فى نفس الوقت؟لو عندى اكتر من asynchronous task ومش عايز استنى لما واحد واحد يخلص مثلا:function testFunction (){
const promise1 = /* some async task*/
const promise2 = /* some async task*/
const promise3 = /* some async task*/
return;
}ازاى اخلى كل الtasks تشتغل فى نفس الوقت والfunction متنتهيش غير لما يخلصّو كلهم. شكرا
بيطلعلى Missing "key" prop for element in array ايه السبب؟عندى list فيها items بيطلعلى error فيه Missing "key" prop for element in array. ده الكود بتاعي:<div class="list">
items.map((item, index)=><Item {...item}/>)
</div>اعمل ايه؟
بيجيلى الerror ده React has detected a change in the state of a component inside a render اعمل ايه؟لما بجرب الكود دهfunctions myComponent (){
const {isLoading, setIsLoading} = useState(false)
setIsLoading(true)
}بيجيلى الerror ده React has detected a change in the state of a component inside a render اعمل ايه؟