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, but it is a handy feature for global state like themes.
Have a look at the source to see how it works.
light