rax
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/rax package

1.2.3 • Public • Published

rax npm Dependency Status Known Vulnerabilities

A universal React-compatible render engine

Install

$ npm install --save rax

With TypeScript

$ npm install --save-dev @types/rax

Usage

import {createElement, render} from 'rax';
import * as DriverDOM from 'driver-dom';

function MyComponent() {
  return <div>Hello World</div>;
}

render(<MyComponent />, document.body, { driver: DriverDOM });

/rax/

    Package Sidebar

    Install

    npm i rax

    Weekly Downloads

    1,075

    Version

    1.2.3

    License

    BSD-3-Clause

    Unpacked Size

    1.52 MB

    Total Files

    85

    Last publish

    Collaborators

    • zeroling
    • rax-publisher