The following examples show how to define components with static class members as well as pass configuration options
- a-static-members: static class methods can be defined for use in a React app
- b-configs: recreate the set / get methods for a component property in React similar to what the Ext JS class system does for options defined in a
config
block in an Ex JS defined class