@alphea/framework
v0.1.3
Published
Compatibility package for ALPHEA framework shared types and explicit runtime subpaths
Readme
@alphea/framework
Compatibility package for shared ALPHEA framework types and explicit runtime subpaths.
Prefer the authority-specific packages for new code:
@alphea/clientfor browser app runtime code.@alphea/reactfor React UI apps; it re-exports the browser-safe shared helpers and client factories React components normally need.@alphea/fnfor function authoring.@alphea/foundationfor trusted Foundation RPC tooling.
This package preserves explicit subpath imports such as
@alphea/framework/browser, @alphea/framework/fn, and
@alphea/framework/foundation. Its root export contains shared types and
helpers only. It is a compatibility package, not the preferred dependency for
new React apps.
