Home  >  Article  >  Backend Development  >  Does PHP have to know Vue?

Does PHP have to know Vue?

王林
王林Original
2019-09-28 11:55:044052browse

Does PHP have to know Vue?

php and vue can be used together. We can use vue and php to separate the front and back ends.

Benefits of separating front-end and back-end

Separating front-end and back-end can make the division of labor between front-end and front-end engineers clearer, allowing back-end engineers to focus on the implementation of business logic and performance optimization ,Safety. Front-end engineers focus on user experience and interaction patterns. Everyone performs their duties, improves work efficiency, and gives full play to their respective strengths.

Disadvantages of separating front-end and back-end

1. SEO considerations

If it is a PC-side site, you need to consider it Is it necessary to strongly support SEO and separate the front-end and back-end architecture? It is likely that the search engine's spider will need to execute js to get a complete page that can be included. However, "executing js" is not supported by all search engines, and it will inevitably affect the site. of inclusion.

2. Considerations in the company’s development stage

In the initial stage of company development, there are relatively few people and the requirements for product iteration speed are higher. At this time, more needs Some full-stack engineers can handle development from front to back by one person. If the front-end and back-end are separated at this time, the term "joint debugging" will be introduced, and the communication cost ratio will be increased, which may lead to a reduction in the speed of product iteration.

3. Consideration of personnel skills

In the traditional way of cooperation between FE and back-end PHP engineers, FE engineers do not need to have deep back-end skills. Once the front-end and back-end are introduced, Separation, front-end students at the node.js layer need to know more about the back-end knowledge system. It is not ruled out that some FE students may reject back-end skills, which may lead to personnel instability.

Recommended video tutorial: PHP video tutorial

The above is the detailed content of Does PHP have to know Vue?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn