Nx Quickstart - How to Scale a JavaScript Project

  Рет қаралды 170,180

Fireship

Fireship

Күн бұрын

Пікірлер
@MikeBrits14
@MikeBrits14 5 жыл бұрын
I went to an interview at a huge company yesterday for an Engineering lead role. After watching this video, I decided to bring up the topic of monorepos, and to see if they used them and how. They explained what they used, and the issues they faced. I told them about Nx and how it visualised dependencies, and they were really interested. That might have just landed me the job. I would not have known about it, or cared to click on this video if your content wasn't so pointed, clean and informative. Thanks for being great and for keeping the community up to date. You rock man.
@HuyNguyen-kd5vz
@HuyNguyen-kd5vz 5 жыл бұрын
just curious, did you get the job?
@MikeBrits14
@MikeBrits14 5 жыл бұрын
@@HuyNguyen-kd5vz I did actually! I now work as a team lead for them. Thanks for asking!
@Fireship
@Fireship 5 жыл бұрын
Wow, awesome! Congrats mike!
@Oswee
@Oswee 4 жыл бұрын
Did you advised a tool for a huge company just by watching 10min video and they immediately hired you as tech lead?
@kibukamusoke
@kibukamusoke 4 жыл бұрын
@@Oswee from years of experience, 10 minutes will connect 5 years of dots if you know what you are listening to. That 10 minutes for Mike might be equivalent to 10 years for someone else. because he already knows what he is doing, Jeff is just helping him connect the dots. Jeff's content is not really for beginners, I hope people who come on here understand that.
@dallastjames
@dallastjames 5 жыл бұрын
Awesome! I love NX. I've been using it for over a year now with Angular (recently transitioned to using nestjs as well) and it has been one of the greatest improvements to code maintainability and stability. Sharing code like interfaces and enums saves so much time and the ability to only test and build what has actually changed makes CI/CD quick and also helps know when you are making changes to an application that you may not have ever otherwise been aware of.
@RajSharma-tf9lv
@RajSharma-tf9lv 3 жыл бұрын
Man respect for you. I've watched many videos of you and I've to say that "Guys like you really pushes everyone on the platform to bring out better content and setting bar high for knowledge sharing" , which benefits us so thank you I'll take the subscription as soon as I get my first pay from my web development work.
@maksymdudyk1718
@maksymdudyk1718 6 ай бұрын
piece of docs was put to voice. the dullest video ever.
@troythompson2
@troythompson2 5 жыл бұрын
Develop like Google... NX looks like a winner. Can't wait to try!
@alexisdvt
@alexisdvt 5 жыл бұрын
OMG!! This is exactly what our team needs , thanks for sharing!!
@MrPufek93
@MrPufek93 2 жыл бұрын
Just started as an lead engineer at a new company. We will rewrite our product and I've been looking for a tool to do so. Just found about NX and so far looks like a way to go! Thanks
@금동대향로-g5y
@금동대향로-g5y 2 жыл бұрын
Do you think that yarn berry workspace and Nx will be a good pair to manage monorepo?
@MrPufek93
@MrPufek93 2 жыл бұрын
@@금동대향로-g5y Never worked with yarn workspace but looking at Yarn Plug and Play feature that never ever worked correctly for me profesionally, I would say I woudln't do that personally. What we ended up doing is NX core repo at base, then add Nx plugins for nest and react- ( with CRA ), and for orchestreiting rest of the stuff we need ( like docker-compose etc ) we use simple Makefile.
@shubhamjaiswal3029
@shubhamjaiswal3029 5 жыл бұрын
Your Video Production Quality Is Best In The Industry!! Great Content ,Kudos Bro!! 🤟👍⚡😎
@fabrice9848
@fabrice9848 2 жыл бұрын
I'm still a beginner trying to hang on and bearly scratching the surface of Web Development, but I can tell your content is gonna help a lot in a few months from now. Thank you for sharing this kind of valuable information.
@puneetsharma1437
@puneetsharma1437 Жыл бұрын
I dont think nx has positive when your team is 20+ if not it just seem like overhead
@Jared-Christensen
@Jared-Christensen 5 жыл бұрын
We use NX at work, it has been great. Makes sharing code between teams so simple.
@lucasrgsilva
@lucasrgsilva 5 жыл бұрын
My brain almost blew up watching it
@Fireship
@Fireship 5 жыл бұрын
Mission accomplished 💥
@LiorCHAMLA
@LiorCHAMLA 5 жыл бұрын
Bro, your video editing is incredible, everything is so beautiful ! keep going !
@mateja176
@mateja176 5 жыл бұрын
Lerna and yarn workspaces are awesome too but the UI, especially the dependency graph, of Nx is outstanding 🦄🚀
@Fireship
@Fireship 5 жыл бұрын
Totally, the VS code plugin is amazing. Not to mention all the code generating schematics.
@maazm4722
@maazm4722 4 жыл бұрын
@@Fireship unfortunately there is no support for jetbrains IDE ...
@chrisanderson687
@chrisanderson687 5 жыл бұрын
I've been playing with Nx for a Nest/Angular app the last few days and it is so awesome! You guys have to try it out.
@CarlosLopesAmaral
@CarlosLopesAmaral 5 жыл бұрын
Love you bro. You've sold me the monorepo concept by using this tool and by explaining. I've seen the monorepo concept being wrongly used and in my case, it made the development process super slow and tedious.
@nachobroski
@nachobroski 5 жыл бұрын
This is really interesting! I would want to see how you could create a fully automated CI/CD pipeline using monorepo methodologies like NX. Doesn't seem like many platforms support this very well at the moment.
@bovfbovf
@bovfbovf Жыл бұрын
4 years later its shit
@farantaimoorbutt5028
@farantaimoorbutt5028 Жыл бұрын
​@@bovfbovfhow can you explain i am learning it right now
@milad8436
@milad8436 2 жыл бұрын
The best CS channel on the KZbin
@dejson420
@dejson420 5 жыл бұрын
OMG i went to your channel to look at how angular looks because I thought about using it in my new project and I found this awesome tool thanks.
@ProgramWithErik
@ProgramWithErik 5 жыл бұрын
Great tutorial, my team just moved one of our two Angular apps to nx. I was a little skeptical at first ( I wasn’t sure the added complexity was worth the time) , but now I can see that it’s not that bad, and sharing interfaces will be helpful. I’ll have to get the other ported over soon. FYI, was this sponsored by Nrwl?
@Fireship
@Fireship 5 жыл бұрын
Nice! Not sponsored, but I was able to collaborate with them directly and get feedback before releasing it.
@matthewmullin2626
@matthewmullin2626 5 жыл бұрын
How was the transition? Was there quite a bit you had to change? Think I'm in a similar boat to you and also debating wether its worth using from the start, or only worth adding once I see a need for it?
@FilledStacks
@FilledStacks 5 жыл бұрын
This is so cool. Very informative. Thanks for sharing this I had no idea about this tool.
@uziboozy4540
@uziboozy4540 5 жыл бұрын
Nx is the best tool I've ever used in years. Top notch Nest, Cypress and Jest support.
@ErmandDurro
@ErmandDurro 5 жыл бұрын
Really loved the video. I had no idea that NX existed. Thanks a lot 😃
@Middollo
@Middollo 2 жыл бұрын
Doing research about monorepos and this is a superb video, thanks so much!
@eddiejaoude
@eddiejaoude 5 жыл бұрын
Really nice 👍. I use mono repo as well as multi repo, but I wasn’t aware of this tool. Thanks for sharing 🤓
@lloveComedy
@lloveComedy 3 жыл бұрын
To all new viewers. This video will just end up confusing you if you were to follow it step-by-step, so I wouldn't recommend wasting your time doing that. Visit the dev site in the description to learn the latest version of NX instead.
@boradmay
@boradmay 5 жыл бұрын
Geez man, the animation and design just get better.
@sandunmadushan1732
@sandunmadushan1732 3 ай бұрын
This is awesome. thank you so much for creating this video.
@RagoDN2
@RagoDN2 5 жыл бұрын
Really hard to pick between React, Vue, and Angular when they all have amazing tools. Nx will likely put me back on Angular for my next app.
@RagoDN2
@RagoDN2 5 жыл бұрын
@@user-if1de8pt2j Well, when I get a job, and if they have a preference, then I'll use what they want. Until then, all my projects are self-started and self-funded :P
@firaskudsy
@firaskudsy 5 жыл бұрын
Thanks for the most amazing contents 🙏
@Fireship
@Fireship 5 жыл бұрын
You you Firas 👍
@aaronaaronaaron5922
@aaronaaronaaron5922 5 жыл бұрын
You are really incresing the level of the web! Thnaks man 🔥
@Icefy_2024
@Icefy_2024 3 жыл бұрын
I Love It When The Notification Comes, "Someone Has Subscribed Your Channel" 🙂 It Alw‌ays Makes‌ My Day!...
@harpymaslow
@harpymaslow 5 жыл бұрын
Thanks Jeff! Really interesting. I'm not sure what I would gain by using it though. My current project has multi-apps Angular (/projects folder) + Firebase (functions/ folder) + Types and models (shared/ folder). I'm sharing code between the Firebase cloud functions (Express) and the Angular apps without any issue. Why should I use NX ? Is it only useful if I want to add some React, Vue, Svelte apps too ?
@harpymaslow
@harpymaslow 5 жыл бұрын
So should I try NX in our opinion ? In a near future I should have like 6 angular apps in this repo. Will each app slow the build a little more ? Also I'm using Cypress already and I love Jest. Maybe NX would be the way to go. What do you think ?
@Jared-Christensen
@Jared-Christensen 5 жыл бұрын
​@@harpymaslow With your current setup if you made a change in one of your shared types you would have to remember to build both of your apps. This will become more complicated as you add more apps and more shared libs. NX will track all of the changes for you and only build the apps that need to pick up the changes from the shared libs. NX becomes very handy when you start to automate your deployment. For example, we have a build pipeline that watches for changes in our mono repo. When we make a change in a shared lib it will figure out what apps use that lib and only build, test and deploy the apps that are affected by the change in the lib. This will speed up your deployment as you don't have to build everything every time you make a change.
@Gr4ph1xZ
@Gr4ph1xZ Ай бұрын
Is it not considered best practice to maintain a library in a distinct repository with its own versioning system? This approach enables the importation of the library into other projects, ensuring the selection of the appropriate version.
@naveedalirehmani4135
@naveedalirehmani4135 3 жыл бұрын
Very well explained as always, thank you!
@roland0012
@roland0012 5 жыл бұрын
Pretty cool, but I would love to see how we can integrate Ionic and/or NativeScript as well to the stack! Great video anyways! :)
@Fireship
@Fireship 5 жыл бұрын
That is very possible, I've seen people use both NativeScript and Ionic with Nx. For example nstudio.io/xplat
@MaxPicAxe
@MaxPicAxe 5 жыл бұрын
Very interesting. By the looks of things this is specific to typescript/javascript, and seems to depend heavily on node.js + its own building tools, so I'm guessing there's not much flexibility. But I'll have to look at it :)
@vincent-thomas
@vincent-thomas 2 жыл бұрын
It also supports go and rust through plugins. And you can make your own plugins too for your desired language
@DondishGIL
@DondishGIL 5 жыл бұрын
Pretty cool but I think Bazel is more important since it's actually build by Google
@wespal7782
@wespal7782 5 жыл бұрын
Is it possible to include firebase cloud functions on a Nx monorepo? Please make a tutorial on this thanks.
@mnlttt
@mnlttt 5 жыл бұрын
Right when I started using Nx workspaces! How would you set-up SSR with Nx, Angular and Nest? I'm stuck at an error about webpack that isn't able to find the entry point, using the NestJS's universal module
@Fireship
@Fireship 5 жыл бұрын
Hmm, I'm not sure personally but sounds like a good GitHub issue, that would be very useful to have documented.
@JFkingW
@JFkingW 5 жыл бұрын
Does it make sense to have apps different languages in a monorepo? Like a flutter app and a js app?
5 жыл бұрын
How to setup Nx monorepo with Vue project (while there's no official support) would be much appreciated!
@rakeshroy7986
@rakeshroy7986 5 жыл бұрын
This is cool. Please start a series on nestjs
@ak-loz
@ak-loz 5 жыл бұрын
Nice spider man-like, web animation :)
5 жыл бұрын
I would love a video about managing monorepos from the GitLab perspective as well.
@TheCopymark
@TheCopymark 5 жыл бұрын
Would you put your Java Spring Boot (Maven) Backend in the "apps" folder aswell?
@CPEJammy
@CPEJammy 5 жыл бұрын
Amazing contents. Thank you !
@ak-loz
@ak-loz 5 жыл бұрын
Throughout this whole video I kept wondering-- What are the best practices for Angular and JS? I've gone through the stuff on Free Code Camp and MDN, but I don't feel my stuff is optimized.
@davidevalenti1172
@davidevalenti1172 5 жыл бұрын
Hi what themes are you using for typescript/JavaScript in your angular examples? Btw thanks for teaching me almost everything i know about angular/firebase
@trophieboi1820
@trophieboi1820 5 жыл бұрын
Whoa that was fast.
@Noah-vm8id
@Noah-vm8id 3 жыл бұрын
Should I also put my react native repo in there? Since it doesn‘t run on the server later
@huantao2274
@huantao2274 4 жыл бұрын
having issue share data object ( as a lib used between nestjs and frontend app), since nestjs use class as data object, In frontend typescript, data object is simply interface
@iivarimokelainen
@iivarimokelainen 3 жыл бұрын
I have no idea whats happening, stuff is just flashing around on the screen randomly. This should have been scrapped and re-recorded with the cursor visible.
@MYMPSWORLD
@MYMPSWORLD 5 жыл бұрын
Great Video! 👏👏 The reason most big orgs still uses monorepos are - easy to set up(less configuration needed), easy access management(take days sometimes to get access to a single repo) and unwillingness to adopt. Monorepos has its benefits as you stated(sharing interfaces and common utilities is a huge bonus) but comes with huge drawbacks too. 😢 Can you make a video for sharing code (eg. API interfaces and mocks) through libraries/npm dependencies? I never tried it personally but seems like a pretty useful project. You can use an API management tool like swagger too as an additional bonus.
@carljustinemosquida9614
@carljustinemosquida9614 2 жыл бұрын
Is it recommended to setup git submodules per app?
@yoshiinatuki
@yoshiinatuki 5 жыл бұрын
How do you add the plugin to activity bar, mine is not showing up, not a VSCode user, tried to google but without success.
@tiedye001
@tiedye001 5 жыл бұрын
Looking forward to support for firebase in nx.
@ducnguyen123
@ducnguyen123 3 жыл бұрын
could you share the link of the project ? I want to move backend project to backend folder, but nx just keep create new backend folder inside apps folder
@leandrogoethals6599
@leandrogoethals6599 5 ай бұрын
Is kubernetes even needed anymore then for scaling?
@martinjavinez9389
@martinjavinez9389 Жыл бұрын
where can i find the depency diagram in the intelliJ nx console?
@shafeequemattummal6772
@shafeequemattummal6772 5 жыл бұрын
Could you please mention the theme, icon theme and font you are using in VS Code? Thanks
@kingjulien1921
@kingjulien1921 5 жыл бұрын
this was so helpful, really
@tranquillityEnthusiast
@tranquillityEnthusiast 5 жыл бұрын
Plz make a vedio on nestjs sir...
@Fireship
@Fireship 5 жыл бұрын
Will do!
@tranquillityEnthusiast
@tranquillityEnthusiast 5 жыл бұрын
@@Fireship plz do combine with angular and try to deploy nestjs app to cloud function...
@davidalexander8786
@davidalexander8786 2 жыл бұрын
what about very complex dependency version conflicts ?
@extspence
@extspence 3 жыл бұрын
How do you deploy once you have all of these apps created without deploying everything on a single commit?
@nemanjasubotin5465
@nemanjasubotin5465 5 жыл бұрын
Great video! ^_^ I also have 1 question, if i were about to migrate my spring boot hibernate and angular project into nest.js sequelize-typescript. How and where could i deploy that? I mean i know about firebase hosting but it requires firebase as the backend service... Like... I would like to have some kind of remote server literal desktop server where i could connect and manage my deployed applications. Please help
@chrisclarke7937
@chrisclarke7937 5 жыл бұрын
I feel like I've just received an upgrade.
@hakanaki
@hakanaki 3 жыл бұрын
How is the different from turborepo ??
@DanelonNicolas
@DanelonNicolas Жыл бұрын
Love it !
@wlun26p
@wlun26p 5 жыл бұрын
How about monorepo for different languages
@vinceramces
@vinceramces 5 жыл бұрын
Even their illustrations are open source... neat, but they need to change it afterwards
@akhilk5121
@akhilk5121 3 жыл бұрын
Doesn't this make git commit history useless?
@MuhammadNazar-nx3cm
@MuhammadNazar-nx3cm 4 ай бұрын
Am I the only one or does anyone else feels that Angular Console extension feels more like only for Angular project?
@will_abule
@will_abule 5 жыл бұрын
Awesome 👍 I love you men
@keramaswiguna9434
@keramaswiguna9434 5 жыл бұрын
😍😍😍
@justfly1984
@justfly1984 5 жыл бұрын
tslint is deprecated, use eslint instead
@joerivde
@joerivde Жыл бұрын
Anyone here have experience using this? If yes, what are your thoughts on it (so far)?
@911madza
@911madza 5 жыл бұрын
let question = "should you sub this channel?", answer if(0.1+0.2==0.3){answer = 'hell no'} else {answer = 'oh yes'} console.log(answer)
@Zhuclam
@Zhuclam 5 жыл бұрын
Output: 0.3000000001, false xD
@hemanthkumar8330
@hemanthkumar8330 5 жыл бұрын
#first
@Fireship
@Fireship 5 жыл бұрын
Gold 🥇
@desi-musk
@desi-musk 5 жыл бұрын
Thanks bro
@alooooooola
@alooooooola Жыл бұрын
still dont know how to start the app after watching
@maksymdudyk1718
@maksymdudyk1718 6 ай бұрын
Reading Nx's documentation is more captivating than watching this dull video.
@oyejohnson
@oyejohnson 5 жыл бұрын
My brain hurts
@NxVernxual
@NxVernxual 2 жыл бұрын
:)
@Gstyle85255
@Gstyle85255 5 жыл бұрын
holy shit
@RageBasterd
@RageBasterd 5 жыл бұрын
Super cool, but I hope I never need it
@anikethsaha5064
@anikethsaha5064 5 жыл бұрын
That is too much help for a developer..... Not required maybe
@hualiang2182
@hualiang2182 3 жыл бұрын
Would IDE expode?
@rimay4392
@rimay4392 5 жыл бұрын
hihi
@NightsArrowz
@NightsArrowz 5 жыл бұрын
Brain = blown
@дядяСтепа-в9ю
@дядяСтепа-в9ю 2 жыл бұрын
Too fast...
What is a monorepo? | Getting started with nx
18:30
Coding Garden
Рет қаралды 15 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,4 МЛН
JavaScript: How It's Made
10:54
Fireship
Рет қаралды 890 М.
Building Modular Angular Apps with the Nx Standalone Project Setup
25:53
Nx - Smart Monorepos - Fast CI
Рет қаралды 36 М.
An Introduction to Nx Workspaces - Understanding Nx & Monorepos #1
11:28
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
I used a Monorepo for 12 months - here’s my opinion
9:50
Software Developer Diaries
Рет қаралды 32 М.
The JavaScript Survival Guide
14:47
Fireship
Рет қаралды 737 М.
Typescript NX Monorepo with NextJS and Express
24:53
Jack Herrington
Рет қаралды 46 М.