Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
On GitHub, how do you refactor pieces of your code from multiple repos? Do you create a library repo? Would it make sense to instead switch to a monorepo? Merging repost from different apps into a single one and then extract the lib.
4 replies
0 recast
4 reactions

Zinger ↑ pfp
Zinger ↑
@zinger
I would lean towards a monorepo if possible, the tooling around them has gotten quite good with things like Turborepo. What stack are you using?
1 reply
0 recast
0 reaction

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
I prefer monorepos too so doing that. Stack: go server, wasm + preact client I'm using turbo and pnpm, they help considerably.
0 reply
0 recast
0 reaction