@goralys/core
v1.4.1
Published
Shared business logic for the Goralys web application
Readme
Goralys Core
This package contains the shared business logic for the Goralys applications – web and mobile.
This package bundles the reusable code for the web frontend and the mobile app to avoid code redundancy and duplication accross platforms.
Content Overview
hooks/– Reusable React hooks (independant from the DOM)lib/– Fetch logic, event listeners, etc.types/– Shared TypeScript types
The UI components are not part of this package as they are specific to each platform (web / mobile), because the technologies used for rendering are different (HTML/CSS for the web vs React Native components).
Setup
pnpm add @goralys/coreDevelopment
This package is part of the Goralys monorepo and is managed via pnpm workspaces
# From the project root
cd goralys-core
pnpm install
pnpm build
pnpm devLicense
This package is distributed under the LGPL-2.1-or-later license, see LICENSE for more information.
Contact
[email protected] – main developer and maintainer of the project
