Andrea Pereraandreaperera.hashnode.dev·Sep 16, 2023Tips and Tools to Update Your Angular Version with NxAre you new to Angular version upgrades? No worries!My latest article, "Tips and Tools to Update Your Angular Version with Nx" is out.This article provides a guild on how to migrate to the new Angular version using Nx. 🧰 Enhanced Dependency Manage...DiscussAngular
Anja Strickerblog.anja-stricker.de·Jul 29, 2023Solving ESLint ProblemsIntroduction to the Problem Today, I had an extremely challenging day wrestling with a perplexing error message. It threw me off balance and consumed my entire day. Let me walk you through the roller-coaster of emotions and problem-solving that I wen...Discuss·162 readseslint
Dany ParedesProwww.danywalls.com·Jul 29, 2023Easy Configuration of ESLint, Cypress, StoryBook, and Prettier for Angular Projects with NxAs an Angular enthusiast, I frequently create solutions that consist of multiple projects, such as apps and libraries. The Angular CLI is instrumental in managing these projects through Angular workspaces. I often use Angular in conjunction with othe...Discuss·1 like·660 readsAngular
Mahmut Gundogdumahmut.hashnode.dev·May 9, 2023Angular ve NX ile kendi otomatik kod üreticimizi yazıyoruz.TLDR, bu yazının ana amacı kendini tekrar eden bazı sıkıcı işleri otomatize etme yollarından biri olan code generatorlara örnek vermek. Yazıda örneği basit tutacağım ancak schematic sadece bir code snippettan fazlası. Örneğin tüm rest clientlerinizi ...Discuss·1 like·272 readsAngular
Udit Nimbalkaruditnimbalkar.hashnode.dev·Mar 22, 2023How to setup Nx repositoryIn this article, we will learn how to create an Nx repository for Next.js which contains two projects: User and Admin. Nx is a powerful tool that allows developers to manage multiple projects within a single repository. Nx provides a set of features ...Discuss·53 readsJavaScript
Nishi Ajmeranishiajmera.com·Mar 16, 2023The Lego Approach to Frontend Development: Using Micro Frontends to Build Reusable UI ComponentsThe Lego approach to frontend development is based on the idea of building a frontend application out of modular, reusable UI components, much like building a structure out of Lego bricks. Each UI component is self-contained and can be combined with ...Discuss·1 like·71 readsArchitectural MusingsMicrofrontend
Evgeniy OZeoz.hashnode.dev·Mar 14, 2023Mastering Angular: Repository and File StructureOne Repo to rule them all You can create your repo using different tools, and the most well-known is, of course, Angular CLI. I recommend using Nx, and I’ll explain why. No matter what tool you choose, I advise you to create a “monorepo” — a reposito...DiscussMastering AngularAngular
KaviiSurikaviisuri.com·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·246 readsKeeping it together with NX Monoreposmonorepo
Kelvin Mburufrontdev.hashnode.dev·Dec 5, 2022Building an Angular Application with the Nx WorkspaceA scalable Angular application requires the appropriate structure and pattern. Enter Nx workspace. It's a tool suite that assists you in building, managing, and maintaining a monorepo at any scale. Nx also allows you to design your codebase to hold m...Discuss·203 readsnx-workspace
Luca Del PuppoProblog.delpuppo.net·Nov 29, 2022Be aware of your codebase with NxPreface Is your team aware of the relations between your modules? Is a team member able to understand what is affected by the changes in a new feature quickly? Probably your answer is: it depends. It depends on the team member and on the time that th...Discuss·97 readsNx