jsx

package
v0.0.0-...-5fef39c Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2024 License: MIT, BSD-3-Clause Imports: 7 Imported by: 9

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/x/blob/master/react/_doc/README.md

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