I have just released a new version of wemake-vue-template!
1. Bumped Nuxt to `2.5.x`.
2. Typescript instead of Flow
Other features: docker, jest, testcafe, eslint, stylelint, gitlab ci, docs
Check it out: https://t.co/4dxyOkMFzj
CC @nuxt_js@Atinux#VueJS#Typescript
@hynek Yeap, the main difference with `partial` is that callable classes are way more flexible. But the idea is the same. Partial function application.
Hey, @hynek! I have published an article that encourages utilisation of #attrs to build callable objects with annotations-based dependency injections and with single responsibility principle in mind. https://t.co/htS55EVau6
How do you like this concept?
@ThePracticalDev I have released a new tool called docker-image-size-limit: https://t.co/x4TB6KmE6t It fails your CI if your image size is bigger than expected. It is very simple and awesome. #DevDiscuss
Do you use https://t.co/5cNs8ffEZ8? Do you want the same thing but for docker?
https://t.co/x4TB6KmE6t allows you to prevent your docker images from growing too big. Sometimes adding a single dep can drastically boost your image size. And we need to catch that!
Ever wondered how to bound @nuxt_js, @flowtype, @fbjest together? Now you don't have to. We have released a new version of https://t.co/4dxyOkMFzj … where all these things are available out of the box. And we also have nice docs! Check it out. #VueJS