What are the newest popular JS frameworks and libraries in 2018?

Many companies have turned to Angular.Js and node.js to execute the MVC structure.

Someone correct me if I’m wrong, but didn’t Angular 2+ move away from MVC style and towards a componentized structure?

I feel like the paradigm has all but completely shifted away from MVC style. Models and Controllers are definitely still there on RESTful endpoints, but they don’t have views. SPA frameworks are all going the component route, which doesn’t really have a controller and the whole MV* pattern is just confusing nonsense people use to try to rationalize the new structure in terms they are familiar with.

Nah, that’s correct. There’s definitely been a shift across the board towards components of late, with some frameworks (e.g. Vue) going as far as to bung everything (template, script and styles) in the one file.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.