Live data from Hacker News

4 reasons to skip the Express view rendering engine to gain speed and modularity

strongloop.com

1–2 of 2 posts

Re: 4 reasons to skip the Express view rendering engine to gain speed and modularity

#2
+1 on breaking out of a single “views” directory via a View Resolver. Coming from mobile dev app architecture I always found it awkward. Maybe this is more standard in web dev, but for iOS Android Mobile dev there is a much more module convention expectation on View/Controller organization