Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 949 Bytes

File metadata and controls

14 lines (9 loc) · 949 Bytes

03 Ext JS to React: Defining Classes

This directory contains apps already generated with create-react-app, as described in the Instantiation blog post. The source code has been modified to include the examples in the blog post so you can see it in action.

Defining Example Projects

  • a-functional-basic: a simple, functional React component
  • b-functional-property: a functional component with a single prop
  • c-class-instances: a single component extending React.Component is defined including its own state and event handler
  • d-refs: how to create references to elements within a React component

Related Blog Article

Ext JS to React: Defining Classes