React.Component (Lightning v2.15.0-pre5)
View SourceDefines a stateless component.
Example
defmodule Button do
use React.Component
jsx "react/Button.tsx"
endNote: Stateless components cannot handle Phoenix LiveView events. If you need to handle them, please use a
React.LiveComponentinstead (not currently implemented).