1.0.3 • Published 4 years ago

@brusalk/react-wow-addon v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

React for WoW Addons

This library provides a react-style rendering engine for the development of UI components for World of Warcraft. Using JSX, one can define custom components which render to World of Warcraft's UI. Gain all the advantages of React-style UI definition for your World of Warcraft addon, complete with full type hints, and differentiable rendering.

This project is compiled down to Lua using typescript-to-lua GitHub.

This project is based off of work done by Tim Stirrat in tsCooldown.

Usage

TODO