Click here to Skip to main content
15,887,404 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Sander Rossel26-Mar-21 10:39
professionalSander Rossel26-Mar-21 10:39 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Jörgen Andersson26-Mar-21 11:34
professionalJörgen Andersson26-Mar-21 11:34 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Rusty Bullet29-Mar-21 3:28
Rusty Bullet29-Mar-21 3:28 
GeneralRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB30-Mar-21 1:08
W Balboos, GHB30-Mar-21 1:08 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Mike Hankey26-Mar-21 7:25
mveMike Hankey26-Mar-21 7:25 
AnswerRe: Reactive Frameworks. Thoughts? Pin
GuyThiebaut26-Mar-21 7:35
professionalGuyThiebaut26-Mar-21 7:35 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:05
cofounderChris Maunder27-Mar-21 7:05 
GeneralRe: Reactive Frameworks. Thoughts? Pin
rallets29-Mar-21 0:56
rallets29-Mar-21 0:56 
If you think React and Typescript work well together, you will be amazed of how amazing Angular is. For me React is more a javascript framework, and they just tried to make it working with typescript. Angular instead is born with typescript in mind, and everything is strongly typed and doesn't require weird type definition everywhere. Then Angular + RxJs (reactive framework) is the only valuable option for big/enterprise applications.
React works fine only for small applications, like Vue and others. If you also want to unit-test your code, then Angular is the only option.
The downside of Angular is the crazy-complex router and the learning curve due to RxJs.
React developers writing Angular code are a shame, as they don't want to learn a new sw paradigm, but their mental mindset doesn't fit with the Angular model (here comes some poor reviews about Ag).
A React app after a while is a big ball of mud, while Angular keep the code pretty clean (apart the junior js developer hammering code copied from so...)
GeneralRe: Reactive Frameworks. Thoughts? Pin
Terry Slack29-Mar-21 5:54
Terry Slack29-Mar-21 5:54 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Gerry Schmitz26-Mar-21 9:07
mveGerry Schmitz26-Mar-21 9:07 
AnswerRe: Reactive Frameworks. Thoughts? Pin
raddevus26-Mar-21 10:48
mvaraddevus26-Mar-21 10:48 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:06
cofounderChris Maunder27-Mar-21 7:06 
GeneralRe: Reactive Frameworks. Thoughts? Pin
darktrick54429-Mar-21 5:27
darktrick54429-Mar-21 5:27 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Sander Rossel26-Mar-21 10:48
professionalSander Rossel26-Mar-21 10:48 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:07
cofounderChris Maunder27-Mar-21 7:07 
AnswerRe: Reactive Frameworks. Thoughts? Pin
User 1508085426-Mar-21 15:30
User 1508085426-Mar-21 15:30 
AnswerRe: Reactive Frameworks. Thoughts? Pin
jhaga26-Mar-21 20:23
professionaljhaga26-Mar-21 20:23 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:08
cofounderChris Maunder27-Mar-21 7:08 
QuestionRe: Reactive Frameworks. Thoughts? Pin
Eddy Vluggen27-Mar-21 8:42
professionalEddy Vluggen27-Mar-21 8:42 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Marc Clifton27-Mar-21 13:01
mvaMarc Clifton27-Mar-21 13:01 
AnswerRe: Reactive Frameworks. Thoughts? Pin
rallets29-Mar-21 0:59
rallets29-Mar-21 0:59 
GeneralRe: Reactive Frameworks. Thoughts? Pin
raddevus29-Mar-21 5:49
mvaraddevus29-Mar-21 5:49 
AnswerRe: Reactive Frameworks. Thoughts? Pin
jkirkerx29-Mar-21 9:45
professionaljkirkerx29-Mar-21 9:45 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Matt McGuire30-Mar-21 6:49
professionalMatt McGuire30-Mar-21 6:49 
GeneralThought of the Day Pin
OriginalGriff26-Mar-21 5:50
mveOriginalGriff26-Mar-21 5:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.