|
|
|
|
|
by flimsypremise
1035 days ago
|
|
15 years ago a frontend build was not a thing. You managed what few javascript and CSS dependencies you had via the order of the script and style tags in the header. Now a frontend build is a baked in requirement of any user-facing application, so whatever you end up doing in whatever language, you already have that one build to manage. If you choose to build your application in anything other than JS/TS, you are effectively adding an additional build to the project, with all of the associate overhead. If you stick with one language and one build, you are eliminating large swaths of unnecessary complexity right off the bat. Not to mention that you don't have to hire for the additional language for the dev team. Unless there is a legacy system driving the requirements in a different direction, my default application architecture is always going to be server-side React at this point. |
|
Or maybe hire people who can code in more than one framework.