Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

UIengine template adapter for React/JSX

🚦 State: Proof of concept

Configuration

Plain and simple:

adapters:
  jsx: @uiengine/adapter-react

With options:

adapters:
  jsx:
    module: @uiengine/adapter-react
    options:
      debug: true

Right now there is only the option debug for a more detailed output in case of rendering errors.