Our long term plan to make GitLab as fast as possible with Vue and Webpack
1–10 of 304 posts
Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#2> We are not rewriting GitLab's frontend entirely in Vue.
Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#3Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#4There are plenty of ways to do that with single Page apps; it's not a great argument against all single page apps, just poorly designed ones.
Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#5> For example, the profile page could be potentially very light, and there would be no reason for that if someone is linked directly to the profile page; it should load every single piece of Javascript in our project. There are plenty of ways to do that with single Page apps; it's not a great argument against all single page apps, just poorly designed ones.
Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#6Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#7> For example, the profile page could be potentially very light, and there would be no reason for that if someone is linked directly to the profile page; it should load every single piece of Javascript in our project. There are plenty of ways to do that with single Page apps; it's not a great argument against all single page apps, just poorly designed ones.
Yet much easier to do by avoiding a single page app all together.
Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#8> For example, the profile page could be potentially very light, and there would be no reason for that if someone is linked directly to the profile page; it should load every single piece of Javascript in our project. There are plenty of ways to do that with single Page apps; it's not a great argument against all single page apps, just poorly designed ones.
Yet much easier to do by avoiding a single page app all together.
Re: Our long term plan to make GitLab as fast as possible with Vue and Webpack
#9How about going forward by not focusing on using the latest JavaScript frontend, but fixing the backend issues you clearly have?