Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spike monorepo #1037

Open
garethfuller opened this issue Aug 30, 2024 · 0 comments
Open

Spike monorepo #1037

garethfuller opened this issue Aug 30, 2024 · 0 comments
Assignees

Comments

@garethfuller
Copy link
Contributor

garethfuller commented Aug 30, 2024

We are building up abstract hooks and utilities that may be valuable to the wider Balancer and DeFi ecosystem. However, it's difficult to externalise our tooling because to do so would require extracting code into separate repos and publishing on npm to then import into the frontend again. This introduces painful context switching and maintenance that makes it impossible to manage more than a couple of repos/packages alongside the frontend.

If we move to a monorepo we can first migrate isolated code into packages without needing to publish to npm and also use it seamlessly within the frontend. Eventually we can start to publish the most useful pieces of our app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants