agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine all AgileTs hooks into `@agile-ts/react`

bennoinbeta opened this issue Β· comments

commented

πŸ› Bug report

πŸ€– Current Behavior

Only the hooks related to AgileTs State Management are located in the @agile-ts/react package.

🎯 Expected behavior

Also React hooks like useMultieditor(), useEvent() should be located in the @agile-ts/react package.

import {useEvent} from '@agile-ts/react/event';
import {useMultieditor} from '@agile-ts/react/multieditor'