|
|
|
|
|
by sc0rb
4810 days ago
|
|
This functionality is already provided via AJAX. There's no need for me to put the whole MVC later on the client side to achieve this. You don't need to pull a whole page down to get new data and you can do the form validation on the client side although you need to redo the validation on the server side anyway to make sure the client JS hasn't been tampered with. |
|
It's true that it doesn't give you any magical power that you didn't have before and you can do everything it can do with vanilla javascript or any of the other frameworks. However that's a bit like saying you don't see the point of rails because you can just use vanilla PHP for everything.