E
E
egyptForce2018-11-29 18:47:18
JavaScript
egyptForce, 2018-11-29 18:47:18

Large web application architecture?

We need good resources that talk about the architecture of modern web applications. Preferably in the context of vue. I don’t really understand how to competently design application structures and distribute the necessary competencies between them. Maybe I'm not looking well, but in Google there are some hallowords.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2018-11-30
@delphinpro

You need to read fundamental literature - Fowler on architecture (you can also grab refactoring), McConnell on code, GoF on patterns. In isolation from a specific language / framework.
And learning how to build the architecture of a specific vue application is like building a house according to ready-made drawings. Yes, you are a good builder if you have built it, but still you are not an architect.

A
Alexey Sklyarov, 2018-11-29
@0example

By structure: https://vueschool.io/articles/vuejs-tutorials/stru...
In order not to watch hello words, see examples of how vuex works: https://github.com/vuejs/vuex
Most questions arise as the application grows , this is not particularly discussed in the guides (Russian-speaking), so see examples on medium and so on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question