请教:angular是否适合做微信公众号页面?
linhongzhou opened this issue · 3 comments
linhongzhou commented
准备做一个微信公众号的项目,考虑做单页面,前后端分离。想用angular,但担心几个问题:
1)微信浏览器的兼容问题
2)性能
3)微信的接口调用问题
想听听您的意见,盼回复,谢谢!
hstarorg commented
不请自答:
1、兼容性问题不是靠框架哈。这块没问题。
2、性能上,挺好。(缺点是打包后体积较大)
3、接口这也和框架无关~
综上,所以,用于公众号完全没问题。个人觉得不是最佳(Vue、React做公众号会更好)。
pengkobe commented
我也正在想这个问题来着,不知道有没有真实项目可以参考,先看看体验如何?
2017-08-12 16:20 GMT+08:00 Jay.M.Hu <notifications@github.com>:
… 不请自答:
1、兼容性问题不是靠框架哈。这块没问题。
2、性能上,挺好。(缺点是打包后体积较大)
3、接口这也和框架无关~
综上,所以,用于公众号完全没问题。个人觉得不是最佳(Vue、React做公众号会更好)。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIVxdsFpI9mNLtylZ48inCf9qBHsc6F4ks5sXWBTgaJpZM4O1VoZ>
.
fattypiggy commented
做技术选择之前要考虑好以下几点:
- 你要做的是什么?
- 这个框架适合什么?
很明显Angular最厉害的是各种表单应用,如果单纯是页面显示一些信息,那什么框架都无所谓,或者说,哪个框架玩的溜用哪个