
Enjoy our blogs
Our latest articles on Magento, Shopware, Vue, React and much more
Reacticon at the zoo!
March 14, 2020
Finally, the big word is out: Reacticon v3 will take place at the zoo. To be more specific, the Burgers Zoo in Arnhem, The Netherlands. Even while you might be postponing attending any conference for this moment, do make sure to write this down in your calendar. Because Reacticon is not to be missed. And the beautiful venue only stresses this.
Vue Storefront drops support for Magento?
March 9, 2020
Ok, this is fake news. Vue Storefront does not drop support for Magento, despite what people thought they were hearing after watching a video Ecosystem of Vue Storefront Products that VSF published recently. It is maybe a difficult story that the Vue Storefront were trying to tell (not sell), so let me have another try by rephrasing a couple things.
Remove the version from composer.json of Magento modules?
March 2, 2020
It is a long title for a blog post, but it has been popping up so repeatedly that I felt I needed to dedicate a blog on it: Getting contributions is great and I have been receiving a lot of contributions lately that allow for the version
in composer.json
files of my Magento modules to be removed. And that has a smell to it. Let's analyse this.
A Magento Master at VueJS Amsterdam
February 27, 2020
There I found myself in the midst of young eager Vue programmers, excited and nervous to meet their god Evan You, creator of VueJS. And I was thinking how cool the Vue community was. And I was wondering what would change for me in 2020.
Yireo goes Vue Storefront
November 24, 2019
It was a busy month, this November. Yireo has started with Vue Storefront. This resulted in a lot of studying, some trial-and-error playing, reading, writing, fighting against self-imposed deadlines - not just in November, but actually starting from the early summer. And we made it: Yireo is now officially offering Vue Storefront training. And we helped the first developers with our training, which appeared to be a success.
Vue Storefront theme inheritance
November 19, 2019
I'm slowly diving into the world of Vue Storefront - having given quite a few developer trainings on the topic already and also preparing myself for a few projects (and extensions). One of the key things that people still find lacking is theme inheritance - the ability to extend a child theme from a parent theme. And while one of the VSF core developers hinted that extending the Webpack configuration with a plugin like NormalModuleReplacementPlugin
should be possible, nobody seemed to come up with the solution yet. So here it is: Theme inheritance for Vue Storefront.
Reacticon 3 is coming
November 16, 2019
The news was already out there and few started to ask even when ticket sales would start. But first, the official news statement: Reacticon 3 is coming. Now, wait in anticipation.
Magento conundrum: Vue or React?
October 29, 2019
One question that I get asked a lot is: Vue or React? Now that the Magento community quickly finds out that you no longer need to be frustrating yourself with the old frontend, thanks to the arrival of new frontends written in either Vue or React, the question becomes more and more important. There is no easy answer though.
CLI access to Magento Marketplace details
October 4, 2019
So, I wanted to easily see which version of the Magento Framework belongs to which major version of the Magento distribution. For instance, Magento version 2.3.2 ships with the package magento/framework
version 102.0.2. How to put a script together that finds this version information automatically? Let's use jq
for that.