Skip to content

A set of functions and classes to build interfaces using a custom JSX over TypeScript.

License

Notifications You must be signed in to change notification settings

sbalmt/jsx-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSX-Core

This module is part of BPL (Balmanth's Personal Library) and provides a set of functions and classes to build interfaces using a custom JSX over TypeScript, but it doesn't provide a renderer.

Install

Using npm:

npm i @balmanth/jsx-core

Reference

After installing the module, you need to import it as in the following example:

import * as JSX from '@balmanth/jsx-core';

And configure your tsconfig.json as in the example below:

{
  "jsxFactory": "JSX.create",
  "jsx": "react"
}

This part isn't needed if you want just to extend the module.

...Then you can follow all the quick reference examples.

License

MIT

About

A set of functions and classes to build interfaces using a custom JSX over TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published