Lets try and keep templates as dumb as possible. Sticking to the basics should keep your template dumb and ultimately maintainable
-
February 8, 2021
I'm not so sure about Renderless Components
-
February 5, 2021
Why I think VueJS is easy for new devs to pick up
With Vue, there are no doubts about where things belong. You can quickly put something together without too much trouble
-
November 13, 2019
A quick look at the new Vue JS Composition API
Those of you that use Vue, know that writing a single file component can be a very structured process, methods and variables must be written in specific, known, places ...