jsx

package
v0.0.0-...-389821e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2018 License: BSD-3-Clause Imports: 7 Imported by: 0

README

** myitcv.io/react/jsx ** has moved

The repository hosting myitcv.io/react/jsx has changed.

myitcv.io/react/jsx can now be found at:

https://github.com/myitcv/x/tree/master/react/jsx

Documentation

Overview

Package jsx allows you to render blocks of HTML as myitcv.io/react elements. It is a temporary runtime solution for what will become a compile-time transpilation, much like JSX's relationship with Javascript.

For more information see https://github.com/myitcv/react/wiki

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HTML

func HTML(s string) []react.Element

HTML is a runtime JSX-like parsereact. It parses the supplied HTML string into myitcv.io/react element values. It exists as a stop-gap runtime solution to full JSX-like support within the GopherJS compilereact. It should only be used where the argument is a compile-time constant string (TODO enforce this within reactVet). HTML will panic in case s cannot be parsed as a valid HTML fragment

func HTMLElem

func HTMLElem(s string) react.Element

HTMLElem is a convenience wrapper around HTML where only a single root element is expected. HTMLElem will panic if more than one HTML element results

func Markdown

func Markdown(s string) []react.Element

Markdown is a runtime JSX-like parser for markdown. It parses the supplied markdown string into an HTML string and then hands off to the HTML function. Like the HTML function, it exists as a stop-gap runtime solution to full JSX-like support within the GopherJS compilereact. It should only be used where the argument is a compile-time constant string (TODO enforce this within reactVet). Markdown will panic in case the markdown string s results in an invalid HTML string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL