Posts by Otacílio Maia • 26 points
2 posts
-
0
votes1
answer122
viewsA: Unhandled Rejection (Typeerror): this.setState.list is Undefined
To answer this question we need to understand what the state and setState of React are. State It is a property of the class instance of its component, the React doc defines state to be: The state…
-
1
votes1
answer37
viewsA: What is and how does the "Atomics" object work in Javascript?
Opa Luiz, First to understand what Javascript’s Atomics does we need to understand what atomic operations are in computation and what they exist for. Competition, Parallelism and race condition…
javascriptanswered Otacílio Maia 26