Posts

Why you should use a frontend framework

This is mainly targeted at backend devs who insist on ditching frontend frameworks and writing the frontend code in raw html/cs//js. I believe that modern frontend frameworks like Nuxt can help improve auditability, maintainability, and security in the long run. It will also help with attracting more contributors to the project from the frontend / designer community. Believe me, nobody wants to work with raw HTML, bootstrap in 2024 (I mean frontend devs). To frontend devs it sounds like wanting to write it in assembly. Attracting frontend talent By using modern frontend frameworks, we can attract more frontend developers to the project. Like I said, no frontend dev wants to work with raw HTML and Bootstrap in 2024. If the frontend part is tightly coupled with backend then no frontend dev will want to touch that. There are many talented frontend developers out there who can contribute AND maintain the frontend part of the project. The frontend community is one of the largest. It als...
Recent posts