Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 633 Bytes

File metadata and controls

13 lines (8 loc) · 633 Bytes

04 Ext JS to React: Static and Config Members

The following examples show how to define components with static class members as well as pass configuration options

Example Projects

  • 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

Related Blog Article

Ext JS to React: Static and Config Members