JaeYeopHan / tip-archive

πŸ“¦ Archiving various development tips. If you watch this repository, you can get issues related to the newly registered development tip from the GitHub feed.
https://www.facebook.com/Jbee.dev/
245 stars 8 forks source link

Event loop 정리 resource 정리 #31

Open JaeYeopHan opened 5 years ago

JaeYeopHan commented 5 years ago
SoYoung210 commented 5 years ago

Recommended link

http://latentflip.com/loupe

본인이 μ§  js μ½”λ“œκ°€ μ‹€μ œλ‘œ μ–΄λ–»κ²Œ λŒμ•„κ°€λŠ”μ§€ 직접 확인해 λ³Ό 수 μžˆμŠ΅λ‹ˆλ‹€.

You can directly check how your own js code actually works.

Call stack, Web Api, Event Queue 의 λ™μž‘μ„ 유기적으둜 확인해 λ³Ό 수 μžˆμŠ΅λ‹ˆλ‹€λ§Œ, es6 ν‚€μ›Œλ“œλŠ” μ „λΆ€ μ μš©λ˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.

arrow function, async/await etc.