|
|
|
|
|
by cheema33
253 days ago
|
|
> I'm no longer a fan of using any front-end libraries at all en lieu of just using standard event listeners and web components You can get away without using frontend frameworks for small and simple projects. However, for large and complex projects you will struggle. For example, try building Google Docs without a frontend library. You will struggle even if you have an army of developers at your disposal. In fact, with a larger team, a library/framework helps standardize things. |
|
Except that Google Docs is not built with a framework. At least not a generic one and being generic is kind of the hallmark of framework.