Installation
Reflex
Reflex is available on npm and Wally:
- npm
- Yarn
- pnpm
- Wally
Terminal
npm install @rbxts/reflex
Terminal
yarn add @rbxts/reflex
Terminal
pnpm add @rbxts/reflex
wally.toml
[dependencies]
Reflex = "littensy/reflex@4.3.1"
Roact Reflex
Roact Reflex is available on npm and requires roact-hooked. It is not currently available for Luau projects.
- npm
- Yarn
- pnpm
Terminal
npm install @rbxts/roact-reflex
Terminal
yarn add @rbxts/roact-reflex
Terminal
pnpm add @rbxts/roact-reflex