Before looking at JS MVC, learn how to build Web apps with server-side HTML; next, make them pretty with CSS; finally, add optional JS.

Mar 13, 2015 · 4:23 PM UTC

10
78
1
69
Replying to @stilkov
@stilkov @ewolff feeling nostalgic for 2004?
1
1
@david_syer @ewolff Not really; people didn’t seem to get this back then, either – everyone tried to apply fat server frameworks.
1
Replying to @stilkov
@stilkov Can you link to any good resources on that discussion. Entering a fight on Monday and need some ammunition.
2
@zauberfinger All of @adactio’s stuff on that topic is very good. In general, seems common sense to me. Like learning an RBDMB before ORM.
Replying to @stilkov
@stilkov wait, no. Server side is often a totally different use case. Sometimes a viable one. But not first/then. Cc @bitboss
1
@dtanzer @bitboss Frankly, I can’t imagine anyone is qualified to build a client-side MVC JS app who doesn’t know how to do it server-side
6
2
2
Replying to @stilkov
@stilkov @codepo8 urm aren't you forgetting JS MVC apps still need servers? Or, well, RESTful APIs? Learn them first then JS.
1
@sidonaldsoncode @codepo8 How am I forgetting that? By pointing out that you should know how to build those servers?
1
@deploynix @stilkov js controlled & served by the server is always coupled. Which is the awesome magic of the web and browsers.