Anyone using javascript mvc?

Can someone give me a link to their experience with Javascript MVC? I used Asp.net MVC 2 in the past and did not understand that the client has an MVC infrastructure.

I used Knockout js in the past, is it similar to javascript mvc?

Will it be easier to maintain and develop my code if I use MVC on the client?

Jd

+3
source share
3 answers

Check out AngularJS . It helps you in application structure, strict separation of presentation / logic, testing ...

, TDD , . TDD AngularJS, .

+2

() , - . , , . , , .

, , . MVC .

+1

All Articles