is the cursor and arrow same? if No, so what is the uses of cursor and arrow?
Answers
Answered by
2
Answer:
Cursors are a mechanism to explicitly enumerate through the rows of a result set, rather than retrieving it as such.
In an arrow function, this means the same thing within the function body as it does outside of it. Which means that if you use arrow functions within your component's render or lifecycle methods, they can use this and this.
PLZ FOLLOW ME
Explanation:
Similar questions