DEV Community

Discussion on: Front End: Is Anything Getting Better?

Collapse
 
quii profile image
Chris James

Slight nitpick but none of these frameworks are required for DI. DI has existed in the JS world for as long as there were functions.

Collapse
 
sebalr profile image
Sebastian Larrieu

I know, that's why I wrote 'Of course, you could write great things with vanilla js but you have to be an extremely disciplined developer.'
One thing I like about Angular it's that if you don't know the framework and read the official tutorial, they encourage you to use DI for api request, I thinks that's great for new developers with no experience.