0.1.4 • Published 7 years ago

react-stdout v0.1.4

Weekly downloads
13
License
ISC
Repository
github
Last release
7 years ago

react-stdout

Render react to terminal by blessed.

Build Status npm version Coverage Status experimental

Install

npm install react-stdout --save

Usage

import React = require("react");
import {render} from "react-stdout";

class Test extends React.Component<any, any> {
    public render() {
        return <div>Text</div>;
    }
}

const renderer = render(<Test />);
// ...
renderer.destroy();

Tests

npm install
npm test
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago