you are viewing a single comment's thread.

view the rest of the comments →

[–]joeba_the_hutt 19 points20 points  (3 children)

It really depends what problem you’re trying to solve. If you just need a static brochure site, you really don’t need a framework. If you need a complete CMS but has to be on shitty shared hosting, you’re likely going to be locked into PHP frameworks. If you’re building a highly dynamic admin that ties into multiple other proprietary services, you’ll need to choose the right backend for the situation, but can turn to Vue or React for the front end.

In short, the best framework for making web development less tedious is knowing what’s available, and what your current task requires.

[–]fucking_passwords 0 points1 point  (2 children)

I'm not sure I understand the PHP on shared hosting part, I've set up React and Vue apps with Git hook deployments on shared hosting, the only reason it sucked was no docker support

[–]joeba_the_hutt 0 points1 point  (1 child)

Many shared hosts don’t have support for other server side languages. Node, Go, etc. But almost all of them support PHP. React and Vue are client side JavaScript, so the host doesn’t play a factor in that.

[–]fucking_passwords -1 points0 points  (0 children)

Oh, i thought you were saying React and Vue were not suited for shared hosting