David HerbertforFlyCode Blogjpv-1649076767739.hashnode.net·Aug 22, 2022Best Practices for TypeScript MonorepoManaging dependencies of multiple projects across multiple repositories can be time-consuming and error-prone. A monorepo, on the other hand, is a code management or architectural concept that consolidates all the isolated codebases of multiple proje...Ravin and 2 others are discussing this3 people are discussing thisDiscuss·73 likes·28.1K readsmonorepo
Dávid SzabóforDave is Codingdaveiscoding.hashnode.net·Aug 14, 2022FeaturedNode.js TypeScript monorepo via NPM workspacesMonorepos are all the rage right now. Modern projects are all using NX to set up a monorepo. But why would you introduce such a complex tool into your tech stack when something simple is often enough? Both Yarn and NPM include workspace management in...Samet ÇELİKBIÇAK and 1 other are discussing this2 people are discussing thisDiscuss·37 likes·5.4K readsJavaScript
Laura AbroforAbro Cadabro!abrocadabro.hashnode.net·Mar 13, 2023Set up a Turborepo Monorepo with Vite, Typescript, Tailwind, Express, and React/VueSet up a Turoborepo monorepo for an Express back end and a React or Vue front end using TailwindCSS. Both backend and frontend are set up with Vite and Typescript. If you'd like to skip the instructions and just download the code, you can find it her...Discuss·11 likes·278 readsReact
Vedansh MehraforTech with Vedanshvedanshmehra.hashnode.net·Apr 24, 2023Monorepo setup with Npm Workspaces & LernaMonorepos lets you manage multiple repositories into one single repository but managing and publishing them can be very tedious as the repositories grow.Lerna is a powerful tool that can be used to manage and publish monorepos in Javascript/Typescrip...Discussmonorepo
Laura AbroforAbro Cadabro!abrocadabro.hashnode.net·Mar 13, 2023Set up a Turborepo Monorepo with Vite, Typescript, Tailwind, Express, and React/VueSet up a Turoborepo monorepo for an Express back end and a React or Vue front end using TailwindCSS. Both backend and frontend are set up with Vite and Typescript. If you'd like to skip the instructions and just download the code, you can find it her...Discuss·11 likes·278 readsReact
KinstaforKinstakinsta.hashnode.net·Feb 20, 2023Decode the Code Repository Mystery: Monorepo vs Multi-Repo, What Works Best?Let's talk about Git and the two main ways of hosting and managing code - monorepo and multi-repo. Both have their ups and downs, and the right approach depends on the specific project and team. Whether you're working on a small project with just a ...Discussmonorepo
Hamza WaleedforHamza Waleedhamzawaleed.hashnode.net·Feb 12, 2023Effective Code Sharing in React Native with Monorepo ArchitectureHave you ever wondered if there's a better way to manage your React Native projects that are built for both web and native platforms? Have you struggled with managing multiple repositories, keeping them in sync, and ensuring consistency across your c...Discuss·113 readsmonorepo
Marcin WosinekforHow to devmarcin-wosinek.hashnode.net·Feb 8, 2023Pros and Cons of Keeping Your Code in MonorepoMonorepo is an approach to organizing code of many projects inside one repository. It can go as far as keeping all the code maintained by a company inside a centralized repository. Many big companies are using the monorepo strategy: Google, Meta, Mic...Discuss·9 likes·206 readsmonorepo
Huddle01forHuddle01huddle01.hashnode.net·Feb 6, 2023Shifting Huddle01 to Monorepo Architecture ⚒️For any digital experience-focused company, code quality security is a critical factor. The code's architecture, storage, access, and evolution are essential considerations. To manage this, all software projects utilize version control software. Curr...Discuss·1 like·95 readsWeb3
Vitor MagalhãesforVitor's Coding Chroniclesvhsmagalhaes.hashnode.net·Feb 5, 2023Monorepo: Pros and ConsA monorepo is a version control repository that contains multiple projects and packages that are often related and share dependencies. In the context of Node.js applications, a monorepo is a single repository containing multiple Node.js projects, eac...Discuss·35 readsmonorepo
Daniel BemsenforRealicehecodes.hashnode.net·Feb 3, 2023Introduction to Monorepo in ReactIntroduction A monorepo, short for a monolithic repository. In software development, a monorepo is a strategy where code for multiple projects is stored in a single repository. In the context of a React frontend, a monorepo could contain multiple Rea...DiscussReact
KaviiSuriforKavii Surikavii.hashnode.net·Jan 29, 2023Keeping it together with NX Monorepos: What are they?So, you've been hearing a lot about monorepos. Maybe a little bit of turborepo, blaze, or nx. Or maybe you haven't! Anyway, in this blog, I'll explain what monorepos are, how I prefer to use them personally, and help you form an informed decision abo...Discuss·1 like·108 readsKeeping it together with NX Monoreposmonorepo
Pratik TiwariforPratik Tiwari's Blogpratik-codes.hashnode.net·Jan 27, 2023Mono Respositories in JS/TS. What? Why? and How? (with Nx)What are Mono Repositories? A monorepo is a type of software development strategy where all of a project's code is stored in a single repository (or "repo") instead of being split across multiple repos. This means that all of a project's code, inclu...Discuss·57 readsmonorepo