Skip to content

Latest commit

 

History

History

local-component

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Local Component

This example shows how to create a React component in a JS file along with a Reflex wrapper in python that allows its use in a Reflex app.

The custom component is local_component/hello.js and is a standard React component that displays a greeting with some additional functionality.