admin管理员组文章数量:1026989
This is fully updated question,
Angular provides two ways to build your wordpress site/application
- first choice is completely headless application i.e., you won't deal with wordpress dashboard at all. just fetch data required with the help of WP Rest API endpoints, and
- an angular powered wordpress theme.
Can anybody tell pros and cons of each of the above listed steps
Im not good at angular, so any comprehensive information would be appreciated.
This is fully updated question,
Angular provides two ways to build your wordpress site/application
- first choice is completely headless application i.e., you won't deal with wordpress dashboard at all. just fetch data required with the help of WP Rest API endpoints, and
- an angular powered wordpress theme.
Can anybody tell pros and cons of each of the above listed steps
Im not good at angular, so any comprehensive information would be appreciated.
Share Improve this question edited Aug 13, 2018 at 6:30 maverick asked Jun 15, 2018 at 11:09 maverickmaverick 4074 silver badges15 bronze badges 3- have you tried a e-commerce plugin like WooCommerce ? wordpress/plugins/woocommerce – mmm Commented Jun 15, 2018 at 21:15
- actually the web application is not woocommerce powered site. it's a fund raising site so user should be able to pay the amount they want from the site. Thanks for the reply – maverick Commented Jun 16, 2018 at 4:16
- This question could be helpful: Developing Themes with React/Angular – user141080 Commented Aug 13, 2018 at 6:35
1 Answer
Reset to default 0In general, if you want totally headless application, you should not use wordpress but JS, as with JS you will be able to reuse at least some of the code for both server and client sides.
As for using angular theme.... well the question is still why do you use wordpress at all as you will not get any of the benefits of using plugins to enhance the theme, so what is the added value wordpress gives you, an editor? some server side API you are used to work with? That might be a good enough reasons, but the mileage you will get out of wordpress will be considerably less compare to using a proper theme.
This is fully updated question,
Angular provides two ways to build your wordpress site/application
- first choice is completely headless application i.e., you won't deal with wordpress dashboard at all. just fetch data required with the help of WP Rest API endpoints, and
- an angular powered wordpress theme.
Can anybody tell pros and cons of each of the above listed steps
Im not good at angular, so any comprehensive information would be appreciated.
This is fully updated question,
Angular provides two ways to build your wordpress site/application
- first choice is completely headless application i.e., you won't deal with wordpress dashboard at all. just fetch data required with the help of WP Rest API endpoints, and
- an angular powered wordpress theme.
Can anybody tell pros and cons of each of the above listed steps
Im not good at angular, so any comprehensive information would be appreciated.
Share Improve this question edited Aug 13, 2018 at 6:30 maverick asked Jun 15, 2018 at 11:09 maverickmaverick 4074 silver badges15 bronze badges 3- have you tried a e-commerce plugin like WooCommerce ? wordpress/plugins/woocommerce – mmm Commented Jun 15, 2018 at 21:15
- actually the web application is not woocommerce powered site. it's a fund raising site so user should be able to pay the amount they want from the site. Thanks for the reply – maverick Commented Jun 16, 2018 at 4:16
- This question could be helpful: Developing Themes with React/Angular – user141080 Commented Aug 13, 2018 at 6:35
1 Answer
Reset to default 0In general, if you want totally headless application, you should not use wordpress but JS, as with JS you will be able to reuse at least some of the code for both server and client sides.
As for using angular theme.... well the question is still why do you use wordpress at all as you will not get any of the benefits of using plugins to enhance the theme, so what is the added value wordpress gives you, an editor? some server side API you are used to work with? That might be a good enough reasons, but the mileage you will get out of wordpress will be considerably less compare to using a proper theme.
本文标签: use WordPress Rest API to build a web application
版权声明:本文标题:use WordPress Rest API to build a web application 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745670875a2162448.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论