What is the major difference in React (web app) and PHP being not a web app - or how do I decide what to use

#ELI5

    • @AvgCakeSlice
      link
      11 year ago

      Well, both, but if you’re just talking about the frontend, then yeah I’d use a frontend framework like React (though personally I’d rather use Vue or Svelte if I had the choice)

        • @AvgCakeSlice
          link
          21 year ago

          It’s mostly preference. Vue and Svelte are easier to work with, IMO. React is perfectly fine and there is a larger community around it as it is more widely adopted by large companies, but there’s also a lot of crap so it can be hard as a novice to discern what is good and what isn’t.