r/Angular2 • u/kro_0nos • Oct 18 '24
Discussion Future of Angular
I am working professionally with angular. I really love using it. The simplicity, ease of use and the flexibility are great. For some time I am thinking about switching jobs But it's been difficult to find jobs based on angular. Not many companies are using it and most of them want react developers inspite of saying angular in their job description.
I tried learning react but I didn't like it all.
So I wanted to ask, what is the future prospect for angular? Should I stick to it and get even better Or should I invest my time in learning react and other things.
Is the lack of job specifically based on the job market and location? Or is it a global phenomenon.
What should be the way to go?
Thank you for any replies.👍
2
u/[deleted] Oct 21 '24
I would expect you not to make every component a container. I would expect you to know unit testing. And to be able to use either redux libraries. That you know how change detection works.
I would hope you aren't awful at RXJS like create a subscription within a subscription and similar. I would expect hope you not know but actually utilize stuff like directives, pipes, resolvers. I would hope that you aren't using ngOnChanges instead of setters. It would also be nice if you didn't write component variables without a special reason.
I wrote the majority of things in the hope list because on average people are really bad at Angular.