app-sdk
app-sdk copied to clipboard
🚀 app-sdk monorepo
SDK will likely need monorepo, because:
- It provides code both for node and browser, having them in single package causes errors already (index file exposes fs, causing broken imports in browser)
- It will likely expand with many connections to 3rd party and frameworks - Next.js specific, Remix specific, React specific
We can introduce monorepo with example packages:
- sdk/core - typings and some basic symbols
- sdk/next - Next adapters for handers
- sdk/remix - like Next but for Remix
- sdk/react - UI helpers
- sdk/app-bridge - App bridge
etc