Posts by Christian Viana • 25 points
3 posts
-
0
votes1
answer71
viewsQ: When should I use "{ ...props }" instead of "props" in React?
I’m done some testing and somewhere I saw they were using { ...props } in the component parameter. What’s the difference of using { ...props } of only props? export default function Botao(props) {…
-
0
votes1
answer31
viewsQ: Ionic problem 4 . present();
I am studying Ionic and I am in the Ionic CLI version : 4.12.0, I am facing a problem in my home constructor, when using the present() method in my loading variable presents the following error:…
-
1
votes1
answer377
viewsQ: Difference between $apply() and $evalAsync()
In an application where I have loaded several indicators from a dashboard I am using the $apply() function to update the data of these indicators but in the console it presents the error "Error:…