Haniinothanii.hashnode.net·Nov 2, 2022Learn to Scale React Development with NxCreate a new empty Nx Workspace Nx is a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Nx site We can create and configure a new NX workspace with the command npx create-nx-workspace <worksp...Discuss·11 likes·38 readsReact
AKSHAY JADHAVakshayjadhav.hashnode.net·Aug 22, 2022Share same code for web and mobile application part 1In this article, we will start with Nx Workspace to set up a monorepo that will contain the Next JS web application and React Native app with the expo. Then we will add configuration for react-native-web in the NextJS app which will help us to use re...Discuss·10 likes·267 readsReact Native
AKSHAY JADHAVakshayjadhav.hashnode.net·Aug 23, 2022Share same code for web and mobile application part 2In the previous blog we did the setup for monorepo and created a components lib to share components between react-native and next app now we will add Native-Base in our project and will see how we can use those components. Installation We will start ...Discuss·10 likes·203 readsReact
Udit Nimbalkarforuditnimbalkar.hashnode.net·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 ...DiscussJavaScript
Nishi AjmeraforNishi Ajmera's blognishiajmera.hashnode.net·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·33 readsArchitectural MusingsMicrofrontend
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
Kelvin MburuforFrontDevfrontdev.hashnode.net·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·90 readsnx-workspace
Luca Del PuppoforRun, Code & Learnpuppo92.hashnode.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·42 readsNx
Haniifornothaniinothanii.hashnode.net·Nov 2, 2022Learn to Scale React Development with NxCreate a new empty Nx Workspace Nx is a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Nx site We can create and configure a new NX workspace with the command npx create-nx-workspace <worksp...Discuss·11 likes·38 readsReact
Eray BartanforEray Bartan Blogebartan.hashnode.net·Sep 28, 2022NEAR Protocol with Paras NFT MarketplaceI used the near-wallet-selector library. NEAR Guestbook example starting to understand smart contract structure. Run it via Gitpod. As my test account, I wrote the dev-account file under the neardev folder. It is necessary to be "near login" with nea...Discuss·58 readsNEAR blockchain
Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.net·Sep 9, 2022Roadmap for Full Stack Application with Angular, NestJS, and NxNothing could be better than angular when we think about web application development for the client side. Angular is famous as a front-end development framework. But to access the full stack app development accessibilities, you need additional suppor...Discuss·2 likes·114 readsfull stack
AKSHAY JADHAVforakshayjadhav.hashnode.net·Aug 23, 2022Share same code for web and mobile application part 2In the previous blog we did the setup for monorepo and created a components lib to share components between react-native and next app now we will add Native-Base in our project and will see how we can use those components. Installation We will start ...Discuss·10 likes·203 readsReact
AKSHAY JADHAVforakshayjadhav.hashnode.net·Aug 22, 2022Share same code for web and mobile application part 1In this article, we will start with Nx Workspace to set up a monorepo that will contain the Next JS web application and React Native app with the expo. Then we will add configuration for react-native-web in the NextJS app which will help us to use re...Discuss·10 likes·267 readsReact Native