Angular 14 might change the way we write Angular components!

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 222

  • @TheOraclesOfRevival
    @TheOraclesOfRevival 2 ปีที่แล้ว +22

    As you and your web application grow up, you realize that Angular is what you needed right from time.

  • @HuyLe-vv7go
    @HuyLe-vv7go 2 ปีที่แล้ว +107

    Since the release of IVY, Angular really stand its ground when compares to React, Vue, especially in the Enterprise world.

    • @eyeofthetiger7
      @eyeofthetiger7 2 ปีที่แล้ว +11

      Only problem is the huge amount of boilerplate and number of files needed to do things.

    • @TayambaMwanza
      @TayambaMwanza 2 ปีที่แล้ว +12

      @@eyeofthetiger7 You can use inline if you want, then files are the same as other frameworks (sfc). Boilerplate I can agree on though, but for typescript support angular is #1 so most of it is at least useful.

    • @JBuchmann
      @JBuchmann 2 ปีที่แล้ว +9

      @@eyeofthetiger7 Boilerplate can be a pain, but IMO is needed to help standardize how things are done. Thus why new devs added to a team can more easily know how things are built and get up to speed faster. Compared to other frameworks (I know they're not really frameworks) where things can be done vastly different from project to project.

    • @JBuchmann
      @JBuchmann 2 ปีที่แล้ว +5

      @@Clangsoul #1 compared to all other frameworks. I can't think of any with "better" TS support. It is surprising though that typings for forms is new, but I guess better late than never!

    • @HuyLe-vv7go
      @HuyLe-vv7go 2 ปีที่แล้ว +4

      @@eyeofthetiger7 The Angular team has tried to reduce the “boilerplate” code and bundle size by a lot, since IVY. There is always the pros and cons of boilerplate, strict or not.
      If you just making a simple application, sure Angular may have some boilerplate code that you have to follow, which is strict. However, there is a reason that I like about it, and it is why Angular fits more in the Enterprise world. For example a big banking platform, it is complex, where each part of the platform is an Angular application. Those applications communicate to each other, have the same standard of coding, data communication, state management, look and feels, etc. To keep the same standard across all in the micro-frontend architect, there should be rules and framework with strict way to do things like Angular is perfect.

  • @hexton800
    @hexton800 2 ปีที่แล้ว +21

    I'm so excited for the stable update 😻

  • @eranbraun2
    @eranbraun2 2 ปีที่แล้ว +27

    First feature looks great, second well I think most people will agree that for very small applications it is great but modules are actually something not that "stupid" and in larger applications it helps organizing and managing the application much easier of cource when you know how to divide well. At the end if every option is a blessing when you know how to use it.

    • @alooooooola
      @alooooooola 2 ปีที่แล้ว

      Agree even thou I never use Angular and hate it I also organize react app to domain, module structure

    • @tarashalynskyi4703
      @tarashalynskyi4703 2 ปีที่แล้ว

      This feature is not about organizing big modules in your app. This is about organizing modules with a single component. It becomes really useful especially when you use a SCAM approach.

  • @josephuwagwu3069
    @josephuwagwu3069 2 ปีที่แล้ว +16

    Standalone components is the way to go. Super excited!

    • @preciousdamisa4662
      @preciousdamisa4662 2 ปีที่แล้ว +2

      Yeah. But it shouldn't end up being the only way. The mix of modules and standalone components would be awesome!

    • @madeOfClay99
      @madeOfClay99 2 ปีที่แล้ว

      Exactly, not everything in an Angular project should be standalone

    • @TayambaMwanza
      @TayambaMwanza 2 ปีที่แล้ว

      Agreed, mixed is best

    • @LarsRyeJeppesen
      @LarsRyeJeppesen 2 ปีที่แล้ว

      It definitely needs to be refined. For example importet components, pipes etc should not be needed to be explicitly added to the component again. It's double work and is a bad developer experience. The compiler should automatically add the imported entities to the component.

    • @AnwarulIslamYT
      @AnwarulIslamYT 2 ปีที่แล้ว

      @@preciousdamisa4662 You can use both. I prefer using standalone component as presentational component. and for pages and routing I would prefer earlier implementation

  • @Tsukasa1929
    @Tsukasa1929 2 ปีที่แล้ว +2

    I ready finished, I will retake, the way you explain its really easy to understand, I also was able to make a dashboard connected to an API y write my self in node

  • @alifepenneddown
    @alifepenneddown 2 ปีที่แล้ว +7

    With standalone, I hope "load what is needed" functionality could also come out of the box, thereby solving one of the biggest issues with Angular bundles right now

    • @fcuker8059
      @fcuker8059 2 ปีที่แล้ว +1

      My only concern is lazy loading as well

  • @dmitriysahno2362
    @dmitriysahno2362 ปีที่แล้ว

    Even now, when angular 16, it’s very good explanation! Thanks!

  • @cancelbubble6535
    @cancelbubble6535 2 ปีที่แล้ว

    Thanks much for this video. Very nice to see this and hear your Angular course is - and will be - updated for new Angular features.

  • @theanswer1993
    @theanswer1993 2 ปีที่แล้ว +2

    Angular team again taking care for the painless upgrade to the new version :) Love this framework.

  • @mridulsetia4974
    @mridulsetia4974 2 ปีที่แล้ว +32

    Instead of just adding imports in the Module file we'll have to add imports in all of our components using some extra flags. Doesn't that sound more cumbersome? The present approach looks just fine to me. On the positive side, it might affect the way we import components to other components, which could help in a lot of ways.

    • @WorldEnder
      @WorldEnder 2 ปีที่แล้ว +2

      you have import at the top, now you have import in the @Component too :)

    • @academind
      @academind  2 ปีที่แล้ว +17

      Auto-importing dependencies would be neat indeed. Maybe we get that in the future, who knows.
      But definitely a big step in the right direction imo.

    • @mridulsetia4974
      @mridulsetia4974 2 ปีที่แล้ว

      @@academind Agree!!

    • @TayambaMwanza
      @TayambaMwanza 2 ปีที่แล้ว +7

      One nice thing about standalone components is it's easier to share components between projects if not using nx. Since you can just copy paste it and it will work, no need to wire up a module when moving it into another project.

    • @Mego4884
      @Mego4884 2 ปีที่แล้ว +2

      In case when you need only one component, you can make it standalone with all features which module has. Of course if some feature needs more than one component it is better to use regular module. I think this standalone feature is most needed with directives & pipes, so you don't have to create module for each one of them

  • @kareemreda8229
    @kareemreda8229 2 ปีที่แล้ว +2

    can't wait ,
    export modules and import in each other .
    even for Route and Form .. etc
    some time is so confusing
    I enrolled in course since 2017 , and i still following the new section
    I hope to see angular material section, or a new course for it
    thanks Maximilian ,

  • @jayfox3143
    @jayfox3143 2 ปีที่แล้ว +11

    I think that I still prefer the modules pattern. It makes so much more sense since you can organise your app by groups which for me, is what makes angular shine.

    • @casual_sky2
      @casual_sky2 2 ปีที่แล้ว

      I agree, I really like modules too. But the Standalone components can be good for things like Alert dialogs and stuff like that; Meaning we might be getting rid of the "SharedModule" pattern where we re-export components used in various other modules...

  • @lshikhov
    @lshikhov 2 ปีที่แล้ว +2

    TypedForms - great step towards binding html and code. i hope it will help reduce number of possible errors during writings code-behind.
    Standalone components - looks interesting, but has a lot of questions... lazy loading support? routing?

  • @nikhilhukkerikar6753
    @nikhilhukkerikar6753 2 ปีที่แล้ว +4

    Just wondering if the new standalone components architecture would lead to more cyclic dependencies in a larger application 🧐 modules really helped identifying these issues tbh!

    • @ryanehrler
      @ryanehrler 2 ปีที่แล้ว

      No, because it’s basically moving what you use to specify in the module into the component. So anything you would catch in the module would be caught in the “root” component.

  • @kerodfresenbetgebremedhin1881
    @kerodfresenbetgebremedhin1881 2 ปีที่แล้ว

    Academind are perhaps the best dev tutors out there

  • @sourire8503
    @sourire8503 2 ปีที่แล้ว +2

    thanks Max for all these explanations. Reactiv forms should be a really appreciated new features but standalone components, as an Angular developer I do not really see how it simplifies the code.
    I really like to used modules to classify properly all the different parts. When you used to work with Module, I think this new feature will bring more confusions than advantages in fact.

    • @AnwarulIslamYT
      @AnwarulIslamYT 2 ปีที่แล้ว

      I think standalone components are good as presentational component.

  • @siya.abc123
    @siya.abc123 2 ปีที่แล้ว +2

    Nice ! The standalone components will definitely help make Angular less enterprisey. Not quite there yet but in the right direction

  • @preciousdamisa4662
    @preciousdamisa4662 2 ปีที่แล้ว

    Thanks max for the update. I always look forward to hear from you.

  • @saravanaganeshravindran
    @saravanaganeshravindran 2 ปีที่แล้ว

    at 4:54 instead of writing a if condition we can use ? at the end right this.form.value.email?.length . Why are you not suggesting that? Is it a badway of coding

  • @varunkumarkashyap918
    @varunkumarkashyap918 2 ปีที่แล้ว

    My Guru (Teacher). Thanks a lot for teaching. 🙏🙏. I follow you in Udemy. Good to see you on TH-cam Sir.

  • @rvg296
    @rvg296 2 ปีที่แล้ว +5

    Thanks for the great explanation. Your VS code theme looks stunning, do you mind sharing which extension its based on?

  • @moexue6975
    @moexue6975 2 ปีที่แล้ว +4

    Without module in standalone components, how do we do lazy loading as we did before to load the child modules which includes components?

    • @magnifico689
      @magnifico689 2 ปีที่แล้ว

      just use react lol...

    • @asoka7752
      @asoka7752 2 ปีที่แล้ว

      lazyloading supports for components too.

    • @asoka7752
      @asoka7752 2 ปีที่แล้ว

      @@magnifico689 no.

    • @dvalley56
      @dvalley56 2 ปีที่แล้ว

      @@magnifico689 Nope : }

    • @punsmith
      @punsmith 2 ปีที่แล้ว

      @@magnifico689 having worked with react... Fuck no. It's an exercise in self-deception, making you believe you did a lot of work, while you create a monster that consists of infinite reducers, pop-drilling and disgusting pseudo-HTML syntax and hundreds of poorly maintained libraries created exclusively for react with no further use of the Javascript ecosystem. I'll take ember.js over react anytime of the day

  • @onurcanbiricik9291
    @onurcanbiricik9291 2 ปีที่แล้ว

    Woah, great video mate!

  • @ltserge3226
    @ltserge3226 2 ปีที่แล้ว

    Thanks for the standalone code explanation

  • @adityaprakash5093
    @adityaprakash5093 2 ปีที่แล้ว

    Awesome, working on form driven angular application will be a lot more simpler now!

  • @moranmono
    @moranmono 2 ปีที่แล้ว

    Thanks a lot for the video, I highly recommend your course.

  • @عبدالقادرعبدالرحمنعبدالله

    Great 2 main features explained very well. Thank you.

  • @ivonikolov8278
    @ivonikolov8278 2 ปีที่แล้ว

    In big enterprise companies Angular in nwrl is very popular, in many German companies also; you can explore this space and make a tutorial

  • @TheDevlain
    @TheDevlain 2 ปีที่แล้ว

    So excited about typed forms!

  • @digitaliq3827
    @digitaliq3827 2 ปีที่แล้ว

    If in the future versions of Angular we completely get rid of Modules, I wonder how will we import some similar components in a Shared Module and importing the Shared Module into where we need them!

  • @marccavada5434
    @marccavada5434 2 ปีที่แล้ว

    keep doing what you're doing! you're the best!

  • @f19-x9k
    @f19-x9k 2 ปีที่แล้ว

    Thanks Max for the video!

  • @Bifeldy
    @Bifeldy 2 ปีที่แล้ว +2

    Yeay, Stand-Alone Components are very helpful for single components like pages, but old '*.module.ts' files are useful for creating a small component with the same or shared imported module and provider (reduce copy pasta code .. lol) .. mixing them is the best .. xD 😄 Can't wait for it~

    • @sulaimantriarjo8097
      @sulaimantriarjo8097 2 ปีที่แล้ว

      Isn't mix standalone and using module kinda pain to maintain?

  • @techduke9511
    @techduke9511 2 ปีที่แล้ว

    how can I define formcontrol type ?. if I'm using formbuilder service to generating form.

  • @atmospheric_b
    @atmospheric_b 2 ปีที่แล้ว +1

    really glad they added typed forms, because i got tired of that "any" everywhere

  • @AbhinavPisharody94
    @AbhinavPisharody94 2 ปีที่แล้ว +1

    Will the typed form also work with nested form groups/arrays?

  • @bvedantcodes
    @bvedantcodes ปีที่แล้ว

    Can you do a Angular 15 changes video?

  • @diego_sabbagh
    @diego_sabbagh 2 ปีที่แล้ว +1

    Hi Max, thanks for the update. Unless the majority of people in the comments, I'm more interested in the typed forms. I wonder what happens now when we access the FormControls themselves instead of the values within.
    What happens to the form.get('email') approach, for example in the scenario of accessing valueChanges? Is this typed feature available only on the form value (form.value.email) or can we benefit from it elsewhere?
    Another related question is what happens if we use the FormBuilder. Can we still have a typed form in that case? And how, considering we don't manually create the individual FormControls?
    Thanks again

  • @santunu23
    @santunu23 2 ปีที่แล้ว

    Thank you for your wonderful explanation video.

  • @don-hu1bg
    @don-hu1bg 2 ปีที่แล้ว +2

    Thank you Max for the video , i have a question for the sec feature :
    - if we use the routing for our components & lazing loading how we can implement that with the standalone feature ?
    Thanks ^^ (y)

    • @asakurayoh3909
      @asakurayoh3909 2 ปีที่แล้ว

      You can create a separate route file and use it in the providers like below.
      For example:
      create a file routes.ts
      export const routes: Routes = [
      {
      path: 'home',
      title: 'Home',
      loadComponent: () => import('./home/home.component').then( (c) => HomeComponent),
      },
      ];
      -----------------------------------------------------------
      In main.ts
      bootstrapApplication(HomeComponent, {
      providers: [importProvidersFrom(RouterModule.forRoot(routes))],
      });
      Now you can add as many routes of standalone components in the routes.ts file and it will work because the routes is already injected in bootstrapApplication

  • @rahulrahul6259
    @rahulrahul6259 ปีที่แล้ว

    Thanks for the explanation

  • @McQuinTrix
    @McQuinTrix 2 ปีที่แล้ว

    Most people are really not getting Standalone Components - They are needed for designing smaller components which was really frustrating up until now in Angular where we had to maintain another module file. Furthermore - Atomic components are also just small components which doesn't really need another module file.
    When you are making a small component - maintaining a module was a small hurdle for experienced Ang developers but big hurdle for people coming from React/Vue world.

  • @bonnes04
    @bonnes04 2 ปีที่แล้ว

    Jamaa unaelezea vizuri sana

  • @mohamedelyamani7845
    @mohamedelyamani7845 2 ปีที่แล้ว

    Did you update your course with new features?

  • @jimmybellmon1268
    @jimmybellmon1268 2 ปีที่แล้ว

    when are you updating your Udemy Course "Angular - The Complete Guide" to 14. Thanks for your courses, always great! 👍

  • @t4diaries
    @t4diaries 2 ปีที่แล้ว

    Thanks for this update bro.

  • @UmarKhan-cp1fd
    @UmarKhan-cp1fd 2 ปีที่แล้ว

    Which theme and font you used , its pretty nice in Visual Studio

    • @bvedant
      @bvedant ปีที่แล้ว

      It’s called Night Owl

  • @jeevanreddy5715
    @jeevanreddy5715 2 ปีที่แล้ว

    can you attach the node full guide code

  • @pointlesspos8440
    @pointlesspos8440 2 ปีที่แล้ว

    Why don't you use formbuilder?

  • @CodingAbroad
    @CodingAbroad 2 ปีที่แล้ว +2

    Max, how often do you think a business should keep their angular (and packages) up-to-date?

    • @thevideoloungechannel7859
      @thevideoloungechannel7859 2 ปีที่แล้ว +1

      What I usually do in my company is to wait until the version x.1.x is released to be sure we don't get a lot of bugs and it worked for us 😊

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 2 ปีที่แล้ว

    Typed forms is amazing

  • @yazanshkri8061
    @yazanshkri8061 2 ปีที่แล้ว

    can you update the nuxt.js course from 2 to 3 please :')? and we would like you to take a look on bun js the new framework and thanks 🔥🔥🔥

  • @tiodeniz
    @tiodeniz 2 ปีที่แล้ว

    hey, did you update your angular course un udemy according to those?

  • @priyam40
    @priyam40 2 ปีที่แล้ว

    if there is no module then how are we gonna implement lazy loading

  • @josetorres5792
    @josetorres5792 2 ปีที่แล้ว

    Wondering how this will deal with lazy loading...

  • @Wakkyguy
    @Wakkyguy 2 ปีที่แล้ว

    What is the name of your VS code theme?

  • @markcampbell2491
    @markcampbell2491 2 ปีที่แล้ว

    Can the imports for stand alone components be lazy loaded?

  • @AeroSW
    @AeroSW 2 ปีที่แล้ว

    How do you add standalone components to other components that aren't standalone? 🤔

  • @electricindro2236
    @electricindro2236 ปีที่แล้ว

    Best explanation

  • @bhargavkumar
    @bhargavkumar 2 ปีที่แล้ว

    Hey Max please update The Node.js Course

  • @isacco1464
    @isacco1464 2 ปีที่แล้ว

    Thanks a lot for the video!

  • @shnam928
    @shnam928 2 ปีที่แล้ว

    Great, thanks! What theme is used in this video?

    • @academind
      @academind  2 ปีที่แล้ว

      It's "Night Owl" => marketplace.visualstudio.com/items?itemName=sdras.night-owl

  • @RishiKumar-kb7di
    @RishiKumar-kb7di 2 ปีที่แล้ว

    what is that vs code theme ??

  • @rammondal8147
    @rammondal8147 2 ปีที่แล้ว

    Cool features. But excited to see how we add providedIn in the root when appModule is not there.

  • @MasoodSadri
    @MasoodSadri 2 ปีที่แล้ว

    Hey Max! Thank you so much. Could you please tell me your VS Code theme name?

    • @academind
      @academind  2 ปีที่แล้ว +1

      It's "Night Owl" => marketplace.visualstudio.com/items?itemName=sdras.night-owl

  • @samucancld
    @samucancld 2 ปีที่แล้ว +1

    Standalone components seems pretty useless, but we definitely need those typed forms

  • @orad321
    @orad321 2 ปีที่แล้ว

    Can you make a Nest.js course please?

  • @redhood7105
    @redhood7105 2 ปีที่แล้ว +4

    Thank god! I though Angular was switching to functional component nonsense

    • @TayambaMwanza
      @TayambaMwanza 2 ปีที่แล้ว

      Nah, some people might use inject in their library's, I dont think it will become mainstream, just on a case by case basis.

    • @chinjanpatel
      @chinjanpatel 2 ปีที่แล้ว

      I have to quit if it goes to functional component. Such a nonsense thing.

    • @TayambaMwanza
      @TayambaMwanza 2 ปีที่แล้ว

      @@chinjanpatel seems like it didn't catch on

  •  2 ปีที่แล้ว

    standalone components looks good for smaller projects with few components, but I feel a little bit repetitive work to define imports in every single component 50-100 times instead of 4-5 times in modules... in this case what is the benefit of standalone components vs. modules? And the other question: we use modules to organize components into logical groups. I feel we'll lost this benefit with standalone components...

    • @tarashalynskyi4703
      @tarashalynskyi4703 2 ปีที่แล้ว

      The main benefit is for SCAM (One Module per Component) pattern. Having big Modules is not the best idea.

  • @foodandtravel5334
    @foodandtravel5334 2 ปีที่แล้ว

    Do you have any course in which contain a audio app contents

  • @kyojin8223
    @kyojin8223 2 ปีที่แล้ว

    next step is MRO system like in python when you can extend from multi Components

  • @surajghodke1033
    @surajghodke1033 2 ปีที่แล้ว

    Please we want updated mongodb course

  • @divinitytechnology2776
    @divinitytechnology2776 2 ปีที่แล้ว +1

    Max do you still use Angular for your work?

    • @academind
      @academind  2 ปีที่แล้ว

      For some projects, yes

  • @krishnareddyyerram4615
    @krishnareddyyerram4615 2 ปีที่แล้ว

    Super Max!

  • @Elias-ib1qt
    @Elias-ib1qt 2 ปีที่แล้ว +1

    I am a little sad that, Academind and TH-cam don't allow more than double the speed. Even in double the speed, my good lad Maximilian talks too slow.

  • @drakZes
    @drakZes 2 ปีที่แล้ว

    Can they please make the releases a bit slower. I just started an app a while back and im still on 12.

  • @ambiank4980
    @ambiank4980 2 ปีที่แล้ว

    does somebody know the extension that shows error lines in HTML?

    • @divv8079
      @divv8079 2 ปีที่แล้ว +1

      Angular Language Service

  • @alex_chugaev
    @alex_chugaev 2 ปีที่แล้ว

    Six month and we got just these? Oh, the progress is slow. I’ve lost a hope to get a usable SSR in Angular, the CLI lacks many features Nx has.

  • @atmospheric_b
    @atmospheric_b 2 ปีที่แล้ว

    thanks, Max

  • @VladyYakovenko
    @VladyYakovenko 2 ปีที่แล้ว

    can't wait for this

  • @aliqb2119
    @aliqb2119 2 ปีที่แล้ว

    I think standalone components it will be easier to shared components and you wont need a big shared module for using one shared component in a module

  • @REPOORTEHT
    @REPOORTEHT 2 ปีที่แล้ว

    Soooooo.... the real benefits to use those standalone components?

  • @pengyusu8208
    @pengyusu8208 2 ปีที่แล้ว +1

    typedForm is definately great. However, I don't really think standalone component worth a lot....

  • @kakaique2000
    @kakaique2000 2 ปีที่แล้ว

    It's an absurd the time we waited for typed forms become a thing in Angular framework

  • @rahmanmahmoodi8573
    @rahmanmahmoodi8573 2 ปีที่แล้ว

    It took them 5 years for something that should have been in first release. Stand alone was really required in Angular 2.0

  • @hasnainalibaloch
    @hasnainalibaloch 2 ปีที่แล้ว

    Master Maximilian Schwarzmüller 💯

  • @jethya3640
    @jethya3640 2 ปีที่แล้ว

    Try to make Frontend Development pro course this is huge hype from academind...

  • @edagottisudarsan8674
    @edagottisudarsan8674 2 ปีที่แล้ว

    thank you so much..

  • @yurireis3875
    @yurireis3875 2 ปีที่แล้ว +1

    This means no more SCAM (single component angular module) approach, am I right? Seems good, by the way :)

    • @yehornestin6103
      @yehornestin6103 2 ปีที่แล้ว

      Thought the same after I saw this feature for the first time. A big step forward definitely

    • @tarashalynskyi4703
      @tarashalynskyi4703 2 ปีที่แล้ว

      Greate, at least somebody understands the point =). Angular developers mainly were inspired by the usage of the SCAM pattern in the real Angular apps and the benefits that it brings with Ivy and tree shaking.

  • @kirayamato6128
    @kirayamato6128 2 ปีที่แล้ว

    Oh this framework still alive?

  • @sch0t3
    @sch0t3 2 ปีที่แล้ว

    Oh, angular is slowly becoming vue. Nice!

  • @pranayprajapati5275
    @pranayprajapati5275 2 ปีที่แล้ว +1

    i thought angular has been discontinued..

    • @LarsRyeJeppesen
      @LarsRyeJeppesen 2 ปีที่แล้ว +3

      I thought your Mom had been discontinued

    • @pranayprajapati5275
      @pranayprajapati5275 2 ปีที่แล้ว

      @@LarsRyeJeppesen not everyone's mom has a fate like the one your mom had .... Sad for her she left a shit unflushed.

    • @blank4157
      @blank4157 2 ปีที่แล้ว

      It was AngularJs (version 1.x) that was discontinued.

    • @CodingAbroad
      @CodingAbroad 2 ปีที่แล้ว

      I personally am not discontinued. That is all

  • @kikaen
    @kikaen 2 ปีที่แล้ว +4

    It's still boilerplatey and super slow, which is why after 3 years of Angular I switched to Svelte + SvelteKit. I just can't imagine going back to Angular now.

    • @academind
      @academind  2 ปีที่แล้ว +1

      These are of course very different tools. Svelte is super lean - I 100% agree. Angular on the other hand comes with built-in solutions for basically all problems you might face (forms, http, etc). It depends on preferences and what you’re building.
      I definitely like that we have choices between different „tools“ with different strengths.

    • @TayambaMwanza
      @TayambaMwanza 2 ปีที่แล้ว +2

      I like how lean svelte is, but I worked on a huge svelte project recently and it feels like it's not ready for huge projects, and not a lot of large library officially support it, sapper got deprecated while svelte-kit isn't even version 1. Not even angularjs to angular did that.
      I think Angular feels boilerplately because it makes you deal with a lot of things upfront that you dont know you will have to deal with in the future.

  • @ashutoshgarg9126
    @ashutoshgarg9126 2 ปีที่แล้ว

    Please make a youtube video about solidjs framework it's really great you won't regret checking it

  • @walidzhani6093
    @walidzhani6093 2 ปีที่แล้ว

    #React is the best #JavaScript framework ❤️.

    • @CodingAbroad
      @CodingAbroad 2 ปีที่แล้ว +1

      That’s subjective

  • @bruno_py
    @bruno_py 2 ปีที่แล้ว

    NgModules made me look for something else, I tried Vue and never looked back.

  • @W.LL1999
    @W.LL1999 2 ปีที่แล้ว

    Off point, but your English is very impressive for a non-native English speaker, anyways, keep up the good work. ;)

  • @geekygirl648
    @geekygirl648 2 ปีที่แล้ว

    bro can u share udemy course?
    I want to buy ur MERN STACK course for learning

  • @arjitmishra100
    @arjitmishra100 2 ปีที่แล้ว +1

    is he updating angular course because it's outdated as hell