Avoid prop drilling via 'this'
In Jeasx you can use 'this' to provide data to subcomponents without prop drilling. You should use this with care to avoid concealed coupling of your components, but it is a handy feature for forwarding global settings like themes. Have a look at the source to see how it works.
light