Async iterators in JavaScript and Node.js with Luciano Mammino

preview_player
Показать описание


It was a lot of fun and I learned quite a lot. Watch and you can learn something too!

LINKS 🔗

STAY IN TOUCH 👋

QUESTIONS...?

#coding #programming #vim #vscode #softwareengineering #codinglife #webdesign #webdev #javascript #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment
Рекомендации по теме
Комментарии
Автор

Great insight! Iterator and Generator don't feel that scary anymore to me after watching this video, and great showcase for the async iterator. I think it'll be very useful when it comes to Lazy Pagination or Infinite Scrolling implementation.

Thank you!

dollisfashion
Автор

This is brilliant, thanks for recording this. ❤️

nickx
Автор

33:45 In this part it's not shown, but it seems this countdown is not "repeatable". It doesn't get "reset" when called in a second for-of loop. If you call its next() method before the loop, you'll see the loop starts counting from 4 instead of 5. I suppose what should be done is to create a new countdown object, so they are usually (or always?) "disposable"?

MrTomyCJ