React, Angular, etc question

Out of context: Reply #7

  • Started
  • Last post
  • 9 Responses
  • section_0140

    CMS is mostly a backend operation, driven by databases. If you have something in Wordpress, you could use their rest api, as opposed to the usual templating format.

    Frontend frameworks like React and Angular handle the GUI, and that's it. Passing data back in forth is, almost exclusively, done with Ajax requests/responses (ie. passing JSON data back and forth).

    • fwiw, I've been using VueJs for a sizeable project, and it's my favorite to use so far. I've used all the popular one's like Angular, React, Polymer, Backbone.section_014

View thread