Replying to @coderbyheart

Something which might not be possible in serverless environments where you might
not even have a r/w disk. And if you scale an app using tink horizontally, all
instances have to re-fetch dependencies. >

Fri, 14 Sep 2018 07:50:44 UTC

1 reply

Replying to @coderbyheart

That's why I like yarns approach, you run it once and can then even save the
cache folder to you application image. The task of fetching dependencies is a
one-time only "compile" step, and does not need to be executed for every
instance.