kittencup / angular2-ama-cn

angular2 随便问
692 stars 101 forks source link

请教:angular是否适合做微信公众号页面? #264

Open linhongzhou opened 6 years ago

linhongzhou commented 6 years ago

准备做一个微信公众号的项目,考虑做单页面,前后端分离。想用angular,但担心几个问题: 1)微信浏览器的兼容问题 2)性能 3)微信的接口调用问题

想听听您的意见,盼回复,谢谢!

hstarorg commented 6 years ago

不请自答: 1、兼容性问题不是靠框架哈。这块没问题。 2、性能上,挺好。(缺点是打包后体积较大) 3、接口这也和框架无关~

综上,所以,用于公众号完全没问题。个人觉得不是最佳(Vue、React做公众号会更好)。

pengkobe commented 6 years ago

我也正在想这个问题来着,不知道有没有真实项目可以参考,先看看体验如何?

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 https://github.com/kittencup/angular2-ama-cn/issues/264#issuecomment-321965917, or mute the thread https://github.com/notifications/unsubscribe-auth/AIVxdsFpI9mNLtylZ48inCf9qBHsc6F4ks5sXWBTgaJpZM4O1VoZ .

fattypiggy commented 6 years ago

做技术选择之前要考虑好以下几点:

  1. 你要做的是什么?
  2. 这个框架适合什么? 很明显Angular最厉害的是各种表单应用,如果单纯是页面显示一些信息,那什么框架都无所谓,或者说,哪个框架玩的溜用哪个