@seaofvoices/react-render-hook

A test helper to render React hooks using react-testing-library


Keywords
lua, luau, react, roblox, hook
License
MIT
Install
npm install @seaofvoices/react-render-hook@0.1.0

Documentation

React Lua Hooks

This project consists of two main packages that contains react-lua hooks.

Installation

Add these packages to your dependencies:

yarn add @seaofvoices/react-lua-hooks
yarn add @seaofvoices/react-roblox-hooks

Or if you are using npm:

npm install @seaofvoices/react-lua-hooks
npm install @seaofvoices/react-roblox-hooks

Content

Other Lua Environments Support

If you would like to use this library on a Lua environment where it is currently incompatible, open an issue (or comment on an existing one) to request the appropriate modifications.

The library uses darklua to process its code.