@funkit/connect-core
v4.1.1
Published
Headless, platform-agnostic business logic shared by @funkit/connect (web) and @funkit/connect-rn (React Native). No DOM, vanilla-extract, or wagmi.
Readme
FunkitConnectCore
@funkit/connect-core holds the headless, platform-agnostic business logic shared by
@funkit/connect (web) and @funkit/connect-rn (React Native): domains,
utils, hooks, Statsig wrappers, theme factories, and the FunLogger class.
Invariant: no DOM, vanilla-extract, or wagmi imports anywhere under src/**. Platform
concerns (rendering, transports, storage) are supplied by the consuming package through the
contracts defined here. See ../connect-rn/README.md for the core/web/RN architecture.
