Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 377 Bytes

File metadata and controls

24 lines (17 loc) · 377 Bytes

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.