DEV Community

Discussion on: 9 Steps to Get 100 Stars on GitHub

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Great advice, I'm going to add a nice logo to js-coroutines as it's currently looking rather sad! I made an effort with the website but less so on the GitHub. Can't seem to get JavaScript Weekly interested sadly.

Collapse
 
calvintwr profile image
calvintwr • Edited

Very cool. I gave a star too! This post earns you stars too lol.

Can I steal a question? I thought that async functions don’t block main threads... so anything running inside of the async function shouldn’t too?

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Hey Calvin thanks!

So async functions just wait for each of the operations and then block the main thread again. I wrote the following that shows how js-coroutines works and why it makes a big difference.

Collapse
 
nastyox1 profile image
nastyox

Very cool! You've got one of those projects that's useful enough to get stars no matter what. It looks great!

Collapse
 
brookesb91 profile image
Brookes

Very useful. Have a star!

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Thanks! :)

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Splash

Done haha.

Collapse
 
nastyox1 profile image
nastyox

Really well done. Nice work!

Collapse
 
bhaveshlohana profile image
Bhavesh Lohana

Wow, that's really great! I'd love to know how you made this.:)