Using only knockoutJs and jQuery can replace the last?

1

Good morning guys, Firstly, I worked on a very large project using durandal, this project was cutting edge web technology, durandaljs, gulp, entity framework 6 mvc 5 webapi2 and etc.

Now the opportunity has come to make a resemblance only that my doubt is: Can I make a project without the durandal and using only the knockout? because the durandal does a kind of modulation with the viewmodels, and giving applybindings "automatically" according to the exchange of views. It is possible? Thanks

    
asked by anonymous 20.10.2016 / 00:52

1 answer

1

Everything is possible, does not mean that it is easy.

knockout only does data-binding while durandal has routes , dependency management, animations, and view management. So if you just need data-binding you can just use knockout.

Font

    
20.10.2016 / 14:43