template-jsx icon indicating copy to clipboard operation
template-jsx copied to clipboard

Template rendering engine for JSX

Results 2 template-jsx issues
Sort by recently updated
recently updated
newest added

export function create(options: RenderOptions = {}): ExpressRenderer { if (options.useSelfCloseTags == null) options.useSelfCloseTags = [ "area", "base", "br", "col", "embed", "hr", "img", "input", // 1. "link", "input", // 2. "link",...

This issue is to track all plans this package has for the future. ## Improved response components Currently there is only one "response type" that is `HtmlPage`. It would be...