Comment on ClojureScript Gets Async/AwaitparentComments−BorkdudeOP4moThis is about using a JS feature without bringing in any additional dependencies like core.async. You don't have to use it and you can still use core.async. This was the most asked for feature in the recent ClojureScript survey.−tombert4moFair, I guess I import core.async into every project implicitly so I forgot that it's a separate dep.
Comments
This is about using a JS feature without bringing in any additional dependencies like core.async. You don't have to use it and you can still use core.async. This was the most asked for feature in the recent ClojureScript survey.
Fair, I guess I import core.async into every project implicitly so I forgot that it's a separate dep.