DEV Community

[Comment from a deleted post]
Collapse
 
voidjuneau profile image
Juneau Lim • Edited

I recently tried to use API to React without knowing nothing about Promise or nor XMLHttpRequest. I faced a bunch of pending promise returns and a bit panicked. I definitely have to study this topic.

Collapse
 
daviddalbusco profile image
David Dal Busco

It took me a couple of practice to use promises and async/await concept but once used to it, I use promises almost everywhere now.

Never tried React though, there is always something new to learn for everyone ;)

Collapse
 
voidjuneau profile image
Juneau Lim

I also just started. But I feel like I have to study JS more in the first place. The fact that there are only more things to learn is both glad and fearful.