When a project grows it often gets harder to find out which css styles are still required and which can be removed. There are post-processors which analyse your bundle and can remove code that it thinks can be deleted, but this is just the same as treating the symptom instead of curing the disease. In this video I will show you how to keep your css clean by easily finding and removing unused styles in your React app using Radium.
JavaScript

What is Vuex?
This is a new video on my ongoing Vuex series on YouTube explaining the core concepts.
I know, I know, I already posted two videos about Vuex before but I felt like I dove a little but to fast into the code and kinda missed to explain the basics about the framework.
So, here is a new “episode 0” to the Vuex series, a prequel if you want. If you haven’t seen the other episodes yet, just watch the full playlist below:
PhoneGap Day 2017 EU | Vlog Episode 02
Here is episode 2 of my vlog on PhoneGap Day EU 2017 featuring interesting interviews with speaker Kerri Shotts, Adobe PhoneGap team member Simon MacDonald and Ionic team lead Adam Bradley. Hope you like it :-)
PhoneGap Day 2017 EU | Vlog Episode 01
I thought it could be fun to vlog my trip to PGDay 2017 in Amsterdam as well as the conference itself, so with permission from Adobe, here it goes :D
Are ES6 modules ready for browsers?
In this quick 3-min video I check if we can already use ES6 module syntax (imports) in browsers: