JavaScriptMVC Tutorials (JMVC)

I'm interested in learning JavaScriptMVC . I went through Getting Started and a bunch of white papers, but I'm the best student by looking at other people's code. I find nothing else on the way to open source tutorials or examples / applications using it.

Does anyone know of good open source tutorials or applications that I can look at how they use them in a more complex application?

PS: I know the Srchr tutorial, but the proxy at work blocks me from getting the code using getjs. Is there a place to download from the Internet? If not, I'll catch him at home this weekend.

+6
source share
1 answer

At the end of each article in the JMVC documentation, there are several small examples (read core - Model, Controller, View). Also read this https://gist.github.com/989117

Ask on the JMVC forum. My advice - start building your application - this will be the best tutorial.

Good luck.

+8
source

Source: https://habr.com/ru/post/890177/


All Articles