|
|
|
|
|
by brunojppb
927 days ago
|
|
> the only technology we should be using to create web UI is JavaScript Quite an interesting idea, but stating that JS is the true way of creating Web UIs misses the mark by miles. You would be surprised by how far you can get with HTML and CSS alone. You will ofc need JS for more dynamic interactions, but ditching the server entirely and delegating everything to JS will just take us to the SPA mess that most of have been burned with. |
|