Options
All
  • Public
  • Public/Protected
  • All
Menu

@typescript-tea/react-runtime

@typescript-tea/react-runtime

npm version build Coverage Status code style: prettier MIT license

React runtime for typescript-tea

Introduction

This library wraps the runtime in the core library to add support for react as a view library in a program.

How to use

yarn add @typescript-tea/react-runtime

Documentation

Please see the documentation site.

Example

See the core library for an example.

How to develop

Node version >=12.6.0 is needed for development.

To execute the tests run yarn test.

How to publish

yarn version --patch
yarn version --minor
yarn version --major

Generated using TypeDoc