When using when its really common to want to call component functions and/or other handlers. This PR allows that by creating a function context which has all the handlers on it but inherits from another context (if passed in) thus allowing both scenarios. Resolves #76
When using
when
its really common to want to call component functions and/or other handlers. This PR allows that by creating a function context which has all the handlers on it but inherits from another context (if passed in) thus allowing both scenarios. Resolves #76