Summary
Currently we rely on @solana/kit for both @solana/client and @solana/react-hooks most things are standalone but there are cases where we need types or functions from kit for example
import { address } from "@solana/kit"
However we don't want to re-export as we want to make the interop clear with kit and not replace it. We should document this in the readme somewhere to make it clear.
Motivation
Good explanation on why you would need and can still use kit as framework-kit libraries use kit under the hood. We want to avoid the confusion of what Gill was on top of Kit so a good sensible readme and docs mention could help here
Scope / constraints
No response
Additional context
No response