|
|
|
|
|
by ludicrousdispla
250 days ago
|
|
I'll add a secondary, or implicit, criteria that the approach you take should not require a 'build process' for the front end app. M -> the MODEL is managed by the backend server, or in-browser via WASM V -> the VIEW is defined by the HTML and CSS C -> the CONTROLLER can be solely Javascript in the front-end, solely backend server processes, or most likely a mix of the two |
|
view is css
controller is js
that's why there's 3.