Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Add support for React-like custom element functions #281

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2017

  1. Support React-like interface for functional components/elements

    This allows JSX to render custom elements defined as `const
    CustomElement = props = > <button
    onclick={props.onclick}>{props.label}</button>`
    gnestor committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    69226ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7db3e33 View commit details
    Browse the repository at this point in the history