Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 756 Bytes

File metadata and controls

11 lines (9 loc) · 756 Bytes

Documentation React

Basic usage: The component and props name will be based on the file name, capitalized.

Snippets Long Snippet Description
rfc→ react.function.component React Functional Component
sfc→ stateless.function.component Stateless Function Component (Arrow Function)
prp→ react.component.props React Component Properties

React Functional Component | rfc→