TLDR: In this article, we discuss how to handle data at the application boundary. Code available at [vinicius0026/handling-application-boundary](https://github.com/vinicius0026/handling-application- ...
TLDR: In this article, we discuss how to handle data at the application boundary. Code available at [vinicius0026/handling-application-boundary](https://github.com/vinicius0026/handling-application- ...
TLDR: In this article, we discuss building components based on the data definitions. Code available at vinicius0026/data-driven-components ...
TLDR: In this article, we discuss building a functional core for our Vue.js application logic. Code available at [vinicius0026/modularizing-logic-in-vue](https://github.com/vinicius0026/modularizing ...
TLDR: We discuss adopting TypeScript in Vue.js applications in a simple yet powerful and maintainable way. The final code is available at [vinicius0026/adopting-typescript-in-vue](https://github.com ...
I have recently published the Properly typed Vuex Stores article and, as I thought of related subjects to talk about in other arti ...