我对整个 javascript 完整堆栈应用程序还是新手,对 Angular 也是全新的,所以我希望有人可以在这里为我直接记录。
在使用 AngularJS 编写客户端应用程序时,为什么需要使用类似 Jade 或 Handlebar 的模板框架呢。
我应该说,我也从未使用过这些模板框架中的任何一个。所以我并不完全熟悉其中的优势。但是,当我看着把手,例如,它做了很多相同的事情,我会在角度,如循环等。
据我所知,最有意义的做法是使用适当的 HTML 创建 Angular 模板,然后在客户端完成所有模板工作,并将其与使用 node 和 mongo 的 API 优先方法结合起来。
The reason for this confusion is that a lot of the examples I find on GitHub make use of Jade, and it seems counter intuitive for me.
Please enlighten me, and set me straight. I would love to learn some best practices from people who know much more than I do.
Thanks