What JavaScript framework you should learn 👩‍💻

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 286

  • @kinershah464
    @kinershah464 11 месяцев назад +71

    Svelte rocks man. Easy to learn and follow. It should be used more for company projects, that way its full potential can be tested, I am sure devs would love it in their company projects.

    • @sreesen3159
      @sreesen3159 9 месяцев назад +9

      Yes! I was going through it today and I loved it, I felt like using svelte is much easier than react

    • @kinershah464
      @kinershah464 9 месяцев назад +2

      @@sreesen3159 Keep it up 👍

    • @Antassium
      @Antassium Месяц назад

      Any good resources in particular?

    • @kinershah464
      @kinershah464 Месяц назад

      @@Antassium It's official tutorials (both Svelte and SvelteKit).

  • @nilsz6936
    @nilsz6936 2 года назад +369

    Angular: Am I a joke to you?

  • @Samuftie
    @Samuftie Год назад +40

    Hands down, svelte deserves more.

    • @jeromeyoung6047
      @jeromeyoung6047 Год назад +6

      Straight up man! Easily the best framework to dive straight into from learning vanilla js.

  • @aroncanapa5796
    @aroncanapa5796 2 года назад +315

    in before "rEaCt iSnT a FrAmEwOrk"

    • @loopje
      @loopje 2 года назад +5

      Why not? I’m new

    • @aroncanapa5796
      @aroncanapa5796 2 года назад +21

      @@loopje because react main goal is rendering the ui and not other aspects such as form creation which you can use things like formik or react hook form, or for network requests you can use axios, im still kind of new to this too with only 5 months in so not too good at explaining this stuff

    • @Kinyanjui_765
      @Kinyanjui_765 2 года назад +7

      @@loopje its a library React is concerned only with rendering the ui which leaves many things to each project to put together.....e.g Redux for state management

    • @baka_baca
      @baka_baca 2 года назад +2

      @@Kinyanjui_765 but then maybe avoid Redux unless it's absolutely necessary. There's other far simpler options that get the job done just as well if not better without any esoteric terms.

    • @csktz_2024
      @csktz_2024 Год назад +1

      @@Kinyanjui_765 React Hooks, Context API

  • @PHAL__
    @PHAL__ 4 месяца назад +21

    "What's the best framework?"
    "Every framework has pros and cons, so no metter what option you choose, its Solidjs"

  • @johnavernia1026
    @johnavernia1026 Год назад +20

    Svelte is fun. Make you want to code and make things.

    • @carlnxlvl6455
      @carlnxlvl6455 10 месяцев назад +2

      True. It's easy to make things.

  • @ammariqbal8363
    @ammariqbal8363 2 года назад +75

    My first experience was with react but then I discovered svelte

  • @MegaJehanzaib
    @MegaJehanzaib Год назад +48

    React pays the bills, Svelte and Vue keep you happy for personal projects.

    • @drugoviic
      @drugoviic Год назад +6

      vue pays my bills, Svelte keeps me happy

    • @savingday
      @savingday 2 месяца назад

      How lucky

  • @adityaanuragi6916
    @adityaanuragi6916 Год назад +35

    The best library/framework is the one you can finish projects with and have fun doing it

    • @distant6606
      @distant6606 Год назад +1

      fax

    • @saber8387
      @saber8387 Год назад +2

      So learn all the framework and choose the one that works the best for me?

    • @BrentMalice
      @BrentMalice 9 месяцев назад +1

      yeah ill just learn em all first lmao

  • @alejomakevids
    @alejomakevids 2 года назад +15

    the best is the one it's giving me money right now.

  • @joeandjoeable123
    @joeandjoeable123 Год назад +2

    Don't forget Solid. It's intentionally new and delays features in order to make sure to choose the best ones. It's like React syntactically but with changes to make it easier for beginners. It's also one of the fastest front end frameworks. It is also seemingly the fastest npm-integrated framework

  • @TheddunTOSS
    @TheddunTOSS 5 месяцев назад +1

    Fun fact: for most of those "frameworks" you need another meta-framework to build serious apps. For example, there is Next for React, Nuxt for Vue, and Svelte Kit for Svelte. Which really raises questions about how much of a framework those things are. Angular on the other side really is very framework.

  • @Viralvlogvideos
    @Viralvlogvideos Год назад +26

    Angular and Solid: We are too. React: I'm a library bro not a framework.

  • @tomascz
    @tomascz Год назад +17

    SvelteKit❤️

  • @RiversBliss
    @RiversBliss Год назад +2

    The one mostly used in the industry in which you reside, most in demand in your country.

  • @CamaguNcoso
    @CamaguNcoso 3 месяца назад +1

    I'm minding my business while learning JavaScript

  • @tikonito
    @tikonito 7 месяцев назад +2

    Svelte is nice, we had a very close 4 month relationship. They made a weird choice with the directory/file thing in one of the last update, but that's not really a problem.

    • @savingday
      @savingday 2 месяца назад

      I just got started and really appreciate the positive experience.

  • @jettisonlightfeather9619
    @jettisonlightfeather9619 2 года назад +50

    Svelte. Svelte out of those 4. If only people were to invest in it like how they do for React..

    • @lennart5738
      @lennart5738 Год назад

      Svelte doesn't scale. It lacks proper solutions for managing shared state and derived state. It's also not very transparent, acting like a black box. Much like vue and angular

    • @Boobouh
      @Boobouh Год назад +5

      ​@@lennart5738 I doubt you tested the new vue 3 composition api before saying that. Much more es6 Js oriented and typeScript friendly. And how is React is less a "black box" anyways

    • @lennart5738
      @lennart5738 Год назад +2

      @@Boobouh Composition api look nice I hadn't seen that before. I last used vue in earnest when it was v2 yeah.
      But it still has their own non-standard templating language with pseudo-html directives like v-for and v-if. it's much less transparent what happens behind the scenes when you do that.
      React is less of a black box because you know exactly how the ui updates work because calling setState just triggers the function to run again. easy, simple and transparent. no proxies, no weird template processing of pseudo-html. it forces you to think correctly about your state and conditional logic.
      Even JSX is an extremely simple processor that doesn't do much more than simple regex replace would do. hooks make it so easy to micromanage your own component performance.

    • @mileselam641
      @mileselam641 Год назад +4

      @@lennart5738Shared state in Svelte is covered by stores and contexts. Derived state is through… wait for it… derived stores.
      Not transparent? Go ahead and look at the code the compiler generates. It is substantially similar to the code you have written, just with some instrumentation sprinkled in, especially in Svelte 4.

    • @kinershah464
      @kinershah464 11 месяцев назад +2

      I agree man. Svelte needs more attention in company projects.

  • @alveek
    @alveek 2 года назад +6

    It's not about you. It's about what market uses. And it's React. For your pet projects use whatever you want.

    • @jenstornell
      @jenstornell Год назад +5

      Wrong! If you keep using what everyone else is using the evolution stops. Vue would not exist and it has gone past React, mainly because React is just a side project to Facebook.

    • @fumano2679
      @fumano2679 Год назад

      Yes and think like this: if everyone learns the most popular then there will be the most people applying for those jobs while the job offers of the not so popular frameworks are more likely to get.

    • @TheddunTOSS
      @TheddunTOSS 5 месяцев назад

      How do you measure what "the market" uses and how does it matter for the next project?

    • @savingday
      @savingday 2 месяца назад

      We are the market

  • @joaozin003
    @joaozin003 2 месяца назад

    I really like Svelte because the code looks like HTML with some extra syntax to integrate JavaScript. It does use some JS syntax differently, for example labels (`$:`) and `export`.
    Seriously. All you need to do is write the layout, the CSS (you can use Tailwind if you want) and then JS to integrate with other components.

  • @adrian333dev
    @adrian333dev Год назад +8

    My first framework was React(library) and now I'm using Angular, And one thing I'm absolutely sure about is that React is complete garbage comparing to angular

    • @vutruong4164
      @vutruong4164 11 месяцев назад

      Kinda agree, the only gripes I ever had with Angular is:
      1. Its opaque tooling (build, test, dev server, etc), which caused it to fall behind in adopting things like Vite, Vitest, Jest, ESbuild, etc.
      2. The unnecessary abstraction/distraction of NgModule. The only module systems should be ESModule. Luckily this is no longer the case with standalone components and simplified dependency
      The core part is just amazing, and will even be more amazing when you can use Signal (+ RxJS interop) for declarative state management.

    • @sad_man_no_talent
      @sad_man_no_talent 2 месяца назад

      u r a garbage dis mod

  • @sierragutenberg
    @sierragutenberg 7 месяцев назад +3

    Choose a framework ❌
    Build a new framework from scratch ✅

  • @dontbelieveeverythingblindly
    @dontbelieveeverythingblindly Месяц назад

    My advice: choose one among most famous if you're looking for a job or if you're an indie developer, pick any one which you like and the main advice is once you choose stick to it, don't look anywhere else

  • @rishabhgusai96
    @rishabhgusai96 Год назад +4

    Angular anyday everyday

  • @parthipankalayini8
    @parthipankalayini8 2 года назад +6

    Frontend -: Next js
    Backend -: Fastify js

    • @timalk2097
      @timalk2097 Год назад

      nextjs is still react lol

    • @veilovv
      @veilovv 5 месяцев назад

      ​@@timalk2097 it's react from another dimension

  • @MostafaAhmedAhmed81
    @MostafaAhmedAhmed81 2 года назад +8

    After years, I gave up all frontend work and focused only on backend. I hate frontend coding. I also started my journey with iOS development, which I really appreciate.

    • @alejomakevids
      @alejomakevids 2 года назад +1

      Isn't IOS still considered frontend as well?

    • @MostafaAhmedAhmed81
      @MostafaAhmedAhmed81 2 года назад +3

      @@alejomakevids You know frontend is known for web. I was going to type web frontend but forgot because we used to call it like this. Just check you username. 😀 It’s the JS hell you know.

  • @OliverSebastianHD
    @OliverSebastianHD Месяц назад

    Not mentioning Angular on this list is crazy. Especially with the Direction Angular is going currently.

  • @bogdanbuduroiu5889
    @bogdanbuduroiu5889 4 месяца назад +2

    Don’t learn a framework, learn how to program JavaScript… then USE a framework that suits your project

    • @JRischill
      @JRischill 4 месяца назад +1

      The problem is that learning a new framework every single time just to incorporate it into projects will take a toll on your the organization especially if theres a tight deadline. Plus you have to go through the curves of learning it. That's one of the reasons why most companies will require people applying to have atleast have some proficiency in a particular framework

  • @CodingWithLewis
    @CodingWithLewis  2 года назад +3

    What JavaScript framework do you use!? 🤔

    • @CodingWithLewis
      @CodingWithLewis  2 года назад +1

      @@engrsi me too!

    • @jettisonlightfeather9619
      @jettisonlightfeather9619 2 года назад +1

      React and Svelte

    • @ammariqbal8363
      @ammariqbal8363 2 года назад

      I use both react and svelte. From my experience, svelte is much much better than react and has a great developer experience than any other framework out there

    • @VenkiNagaraj
      @VenkiNagaraj 2 года назад

      ReactJS and angular 6

    • @cryogon
      @cryogon 2 года назад

      Vue

  • @thamidudharshitha5515
    @thamidudharshitha5515 2 года назад +6

    I admire you for the last part. Whatever you choose is the best framework.
    That is absolutely true. I hate it when people say this is the best and you must use this. Because all I learned over the past few years in the industry is, there is no such thing as called silver bullet. Everything has its' pros and cons. It's all about how you make use of it.

  • @varshakapil8224
    @varshakapil8224 Год назад +3

    Without angular this video hurts me 🤣

  • @kittymedusa3618
    @kittymedusa3618 Год назад +2

    Svelte 🎉

  • @jnk_626
    @jnk_626 2 года назад +19

    What about Angular?

    • @CodingWithLewis
      @CodingWithLewis  2 года назад +6

      There’s too many for a single video!

    • @johnychinese
      @johnychinese 2 года назад +3

      @@CodingWithLewis You mean a short
      Just playing mate, great video. Been using react since and it's really been fun

    • @notarandom7
      @notarandom7 Год назад

      @@johnychinese no he actually means for a single video. Even if he was able to make one, the video would be outdated in a day

  • @BluePhantomGames
    @BluePhantomGames 2 года назад +10

    react + typescript = madness

    • @shapelessed
      @shapelessed 2 года назад +17

      React + anything = pain.
      Svelte is what Kotlin is to Java, what Go and Rust are to C++...
      Cleaner, easier to work with, less error prone due to higher simplicity...
      I'm not saying React is bad, but it's not the best, shich implies there are better frameworks. Svelte and Vue are certainly among them.

    • @TheddunTOSS
      @TheddunTOSS 5 месяцев назад

      @@shapelessed While I really like a lot of ideas behind Svelte I think this comparison fails, because Svelte is not a different programming language and compiler, but Go and Rust are compared to C++. Kotlin is a bit of a special case because it also uses the JVM, but to my knowledge in normal cases, it does not compile to Java source-code.

  • @shapelessed
    @shapelessed 2 года назад +5

    I tried learning React...
    And I say "tried" because its performence, size, overcomplicated and ugly nature of JSX made me give up after just a few days...
    Then I found Svelte and managed to learn in a day what would take months with React... It's easier, cleaner, faster, lighter and generates smaller packages than React...
    I was the lucky one to pick the framework our team is working with and they're all thanking me for it to this day.

  • @edwingarcia5043
    @edwingarcia5043 Год назад +2

    Reac...
    Reach your own conclusions.

  • @timzyao1927
    @timzyao1927 2 года назад

    Been waiting for the video 🥳

  • @eineatombombe
    @eineatombombe 2 года назад +1

    Solid JS - react but faster and less popular
    Qwik JS - very new, react but you have to add $ almost everywhere and it's even faster

    • @TheddunTOSS
      @TheddunTOSS 5 месяцев назад

      As far as I know Qwick even allows you to use React components.

    • @TheddunTOSS
      @TheddunTOSS 5 месяцев назад

      Faster in doing what?

    • @eineatombombe
      @eineatombombe 5 месяцев назад

      @@TheddunTOSS updating dom

  • @pelihahmo6951
    @pelihahmo6951 2 года назад +2

    Cool

  • @lambo1707
    @lambo1707 2 года назад +16

    angular is really underrated

    • @wilsondouglas1546
      @wilsondouglas1546 Год назад +1

      very true but i think the learning curve is what scares people away more so the ever dreaded RXJS but all i can say once you master angular there's no going back once heard a senior dev say angular is like black coffee without sugar at fiurst your taste buds will not want but as soon as they get used to it they will not want you to stop cheers

    • @lennart5738
      @lennart5738 Год назад

      Angular is very overrated.

    • @wilsondouglas1546
      @wilsondouglas1546 Год назад

      @@lennart5738 please explain what you mean and before you do have you used it?

    • @lennart5738
      @lennart5738 Год назад +1

      ​@@wilsondouglas1546 Yes. Angular comes with batteries included, this means it has a lesser ability to improve over time. Like how React and Redux used to be almost synonymous but state management has been massively improved over the years and no new project uses that.
      The main issue with angular is twofold:
      1) They force you to use too many abstractions out of the box (typescript, rxjs, DI, etc.)
      2) They hide state management away behind proxies and decorators which makes state management less transparent, resulting in people writing less performant code.
      Angular also uses their own weird directive system instead of just giving you javascript in your templates which is both less intuitive and less powerful.
      Angular also has it's own very specific tooling which means it does not benefit from the past few years of optmiizations in bundlers (vite, parcel, esbuild, swc, turbopack) resulting is a slower development workflow (see: github.com/vitejs/vite/issues/543)
      Angular is by design, stuck in the past. it is the modern day jQuery.
      My recommendation is, if you like writing your components OOP-style with custom template directives, try out vue. vue is faster, better supported by modern tooling, more modular and easier to learn
      If you prefer writing functional components that are self-contained though, consider using React. React with react-hook-formand react query is a nice starting point for a modern functional javascript app

    • @wilsondouglas1546
      @wilsondouglas1546 Год назад

      @@lennart5738 thanks for the reply but firstly we can agree all that you've said is a very subjective opinion and not objective
      1. in this sense that its not factual coz if it was then there ought to be a list of things by which you qualify something as legacy and in this instance you havent provided a gloabal list of univesally accepted standards to call something obsolete quick example like the versioning of ECMA there are set standards accepted to know the diffrence between ECMA versions
      2.again this soildifys point one in this senses you say that angular forces you to do things in a certain way granted you wouldnt want that well to that i will say more power to you but is there a chance even in the miniutest form that there are actualy developers who like things that way and i believe you would say yes and to that i say that's a matter of prefrence and to you it seems you dont like that wich is still a good thing but is not a fact
      3.again you say state management is hidden behind proxies and decorators this just gave me a smile and makes me wonder if you really have used angular state managment isnt hidden behind a stone wall that you cant access and see what is being done.we have multiple libraries by which you can have state management from simple libraries such as akita and observable-store all the way to complex things such as ngrx & ngrs you can have state mangement at component level to state managment globally depending with your needs at the time
      Finally you say angular is the modern day JQuery gave me a good laugh to this that i will say is just an opinion make it stick with objective reasonalbe points earn that statement
      let me give an example we both have cars you have a sedan and i have a truck/lorry (dont know what part of the worldyour from) they both use diesel (diesel being metaphoric for JS) your carcan do 0-60 in lets say 6 sec my track does 0-60 in 20sec but my track can carry way much weight and has more power output from the engine than your car hence different cars for different works
      to conclude i think we can both agree that the end user doesnt really care what tool we use as long as they get a great user experience and a real world effecient app
      be blessed

  • @iulikdev
    @iulikdev 4 месяца назад +2

    Only SvelteKit... forever!

  • @engageintellect
    @engageintellect Год назад +2

    Svelte > Next > everything else

  • @pryme0
    @pryme0 2 месяца назад

    what is the best framework for 2024?

  • @abysmal7682
    @abysmal7682 Год назад +1

    I think astro should be added to the list

  • @ThannMalin
    @ThannMalin Год назад +2

    This guy never know how good is angular.

    • @wilsondouglas1546
      @wilsondouglas1546 Год назад +2

      the learning curve is what scares most away but once you get around it you apprecite the power angular brings to the table

    • @wafi5576
      @wafi5576 11 месяцев назад

      ​@@wilsondouglas1546 the exact reason why i went with angular is because every comparison just talks about how easy react is ( implies surface level features ), how many users it have ( implies high competition on the job market - you lose your uniqueness), and how its small is size and really fast (this is the best thing i agree about in react).

  • @gyenabubakar
    @gyenabubakar 2 месяца назад

    There’s no language barrier with Vue docs

  • @jwoods9659
    @jwoods9659 3 месяца назад

    JS echosystem is a cluster f

  • @xtraszone
    @xtraszone 5 месяцев назад +1

    Justise for Angular

  • @markyer3996
    @markyer3996 Год назад +3

    SolidJS is even faster than Svelte and has syntax similar to React. Also, Astro is pretty cool, it allows you to use multiple frameworks and libraries in one application

    • @unknownguywholovespizza
      @unknownguywholovespizza Год назад +1

      Which is an approach not recommended. Always try to use one framework for a single project

  • @alpaarx
    @alpaarx Год назад +1

    Svelte!

  • @shadowstar751
    @shadowstar751 2 года назад +4

    2 things are infinite: the world and js libs

    • @skywalkersohan8656
      @skywalkersohan8656 Год назад

      Actually none of those are infinite.

    • @aldi_nh
      @aldi_nh Год назад

      @@skywalkersohan8656 world is literally infinite and still expanding even now what do you mean it's not?

    • @skywalkersohan8656
      @skywalkersohan8656 Год назад

      @@aldi_nh Infinite can't expand only finite things can.

    • @aldi_nh
      @aldi_nh Год назад

      @@skywalkersohan8656 what rule is that? If it can't expand, then it has limit, does that count as infinite?

    • @aldi_nh
      @aldi_nh Год назад

      @@skywalkersohan8656 does infinite loop can't expand as well?

  • @jacobstordahl186
    @jacobstordahl186 Год назад +1

    I would disagree that Svelte is immature. The ecosystem is the only thing that needs to grow, but you can use Vanilla JS libs out of the box

  • @vetrivendhan6122
    @vetrivendhan6122 Год назад

    React with MillionJS is good as native javascript performance.
    By ignoring bundling size.

  • @malanbandara
    @malanbandara 2 года назад +1

    I have heard that React is not a framework, it's a library made by fb. What do you guys think?

    • @unknownguywholovespizza
      @unknownguywholovespizza Год назад +1

      Yes because you need to install a lot of third party libraries and hence it's a library unlike Angular for example.

  • @bandanaboii3136
    @bandanaboii3136 Год назад +1

    React is very frustrating to work with... not sure what the point really is

  • @notarandom7
    @notarandom7 Год назад

    I personally think that Astro is the best framework!

  • @eddyk564
    @eddyk564 Год назад +1

    Svelte is so much better than React because it is so similar to Vanilla JS....but better

  • @BeanFeed
    @BeanFeed 23 дня назад

    I have yet to run into any language barrier with vue

  • @grizzled952
    @grizzled952 Год назад +1

    We have been using Svelte And Sveltekit the last year or so at our company and it has been amazing! I can highly recommend svelte and sveltekit. SvelteKit is also soon going 1.0!

  • @aabluedragon
    @aabluedragon 3 месяца назад

    SolidJS.

  • @monkmodelandon2024-kh6ot
    @monkmodelandon2024-kh6ot 7 месяцев назад

    Svelte is bliss

  • @Rumplestiltzchen
    @Rumplestiltzchen 2 года назад

    I like 5js if that counts. Not really sure what a framework is. I just assume it's like a c++ library

  • @hshhsjhahsvs7728
    @hshhsjhahsvs7728 Год назад +2

    Urmmm.. Angular?

  • @jenstornell
    @jenstornell Год назад

    If I use Vue for building tools today, will I be better off switching to Svelte? I don't rely on Vue specific libraries. Reactivity and data store is very important for me. Please only reply if you have tried them both.

  • @blujosi
    @blujosi 4 месяца назад

    vue has a great documentation, also vue language barrier in documentation ...WTF.

  • @konga8165
    @konga8165 Год назад

    Nextjs no competition

  • @TheddunTOSS
    @TheddunTOSS 5 месяцев назад

    A framework to do what? Modern JS isn't only about rendering UI and adding functionality to triggered UI events.

  • @SAL404w
    @SAL404w 4 месяца назад

    I prefer vanilla lol

  • @playvideogames369
    @playvideogames369 Год назад

    React is a good option to understand how libraries/frameworks work (and to pay the bills).
    Vue is a good option if you want to learn Chinese, it has an original Chinese docs.
    Svelte is simply fun to use, and it combines all the goods from it's predecessor.

  • @ndasura1587
    @ndasura1587 3 месяца назад

    React is library

  • @laxmanadhikari3989
    @laxmanadhikari3989 Год назад

    I don't know why but I find Vue very easy the react .

  • @Oggy-WanKenobi
    @Oggy-WanKenobi 9 месяцев назад

    Does svelte being a compiler even matter if a website is static/ssr?

  • @arcstur
    @arcstur Год назад

    Javascript and "insane performance" in the same sentence seems a bit weird to me 😝

  • @TH-lu9du
    @TH-lu9du Год назад

    I don't get the language barrier concern for a framework documented in English. Is there a particular non English speaking country it's popular in?

  • @SameAsAnyOtherStranger
    @SameAsAnyOtherStranger 2 года назад

    Ima still find out for myself, but how well is Bun doing?

  • @moltony
    @moltony Год назад +1

    what is a javascript

  • @_Elaris
    @_Elaris 11 месяцев назад

    And for the back ?

  • @vinodsaggam2157
    @vinodsaggam2157 Год назад

    You missed NextJS

  • @urssaf343
    @urssaf343 10 месяцев назад

    jQuery for the oldschool OGs yo'

  • @MikeDest
    @MikeDest Год назад

    Remember when we didn’t over think everything and just used vanilla js?

    • @wafi5576
      @wafi5576 11 месяцев назад

      i actually believe that if you built you app in vanilla js , you would be more comfortable with you work than with a framework., the close you are to the source is alway better.

  • @rob-890
    @rob-890 8 месяцев назад

    I'm not sure exactly how much this guy knows about anything remember his Tier List

  • @j.r.r.tolkien8724
    @j.r.r.tolkien8724 Год назад +2

    Yeah there's no lack of clear Documentation for Vue. It's the best. But then again all frameworks have the same weakness and that's being frameworks. They inevitably get too abstract complicated and enforce bad methodologies. It's the tradeoff between consistency and freedom.

  • @kuntercode
    @kuntercode 2 года назад

    Hey! what about qwik?!?!

  • @berthasebastian1490
    @berthasebastian1490 9 месяцев назад

    There is no language barrier for vue documentation??? 😅

  • @shaharluftig9393
    @shaharluftig9393 2 года назад

    What about Solid!

  • @yukendhiran8043
    @yukendhiran8043 4 месяца назад

    Mean while the op watching this meme: qwik , angular+wiz

  • @AppleSodaGaming
    @AppleSodaGaming Год назад +1

    Please youtube stop showing random tiktok shorts instead show this kind of shorts

  • @umermalik2907
    @umermalik2907 Год назад

    And what about angular

  • @mohamedsulaimaansheriff9787
    @mohamedsulaimaansheriff9787 2 года назад +3

    Is Angular dying?

    • @thamidudharshitha5515
      @thamidudharshitha5515 2 года назад +4

      Nope, heavily used in enterprises.

    • @rojaachan
      @rojaachan 2 года назад

      Not at all. I use Angular myself there’s just more of a demand for React in the market.

    • @nagendradevara1
      @nagendradevara1 Год назад +1

      NO, infact it is a reliable js framework with nice features like reactive forms etc

    • @wafi5576
      @wafi5576 11 месяцев назад

      @@rojaachan do you think there is a lot competition with the demand that react have.

    • @rojaachan
      @rojaachan 11 месяцев назад

      @@wafi5576 I would say so yes but I can’t confirm as I don’t work with react as much as someone who does. I use Angular for work and I’m based out of Florida. Depends on the area too

  • @AveN7ers
    @AveN7ers Год назад

    Learn react and angular if you want to get a job

  • @Kingerious_
    @Kingerious_ 2 года назад

    How about astro?

  • @SyedShujashah
    @SyedShujashah 2 года назад +2

    React is a UI library not a framework.

  • @tuvelout
    @tuvelout Год назад

    Me still noob about this

  • @hebertarya8799
    @hebertarya8799 Год назад

    react is framework or library? or both?

  • @aymenyaseen6405
    @aymenyaseen6405 Год назад

    Next and only next

  • @anhvuuc8693
    @anhvuuc8693 Год назад

    How about Qwik ?

  • @infiteri6030
    @infiteri6030 2 года назад +2

    Vanilla guy (or kid [13]) here

    • @jenstornell
      @jenstornell Год назад

      Vanilla will win in the long run but that is probably 20 years in the future.

    • @infiteri6030
      @infiteri6030 Год назад

      @@jenstornell hopefully

  • @TechleadConsulting
    @TechleadConsulting Год назад

    Next

  • @aargomemnon
    @aargomemnon 2 года назад +3

    Angular > React

  • @nagendradevara1
    @nagendradevara1 Год назад +2

    Angular is the good javascript framework.🅰️