@brusalk/react-wow-addon
Version:
React-style UI Framework for World of Warcraft AddOns
12 lines (6 loc) • 621 B
Markdown
# 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](https://github.com/TypeScriptToLua/TypeScriptToLua).
This project is based off of work done by Tim Stirrat in [tsCooldown](https://github.com/tstirrat/tsCoolDown).
# Usage
TODO