agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications
https://agile-ts.org
MIT License
95 stars 8 forks source link

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

Closed bennobuilder closed 3 years ago

bennobuilder commented 3 years ago

🐛 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'