Modularizing web applications

后端 未结 10 1986
孤城傲影
孤城傲影 2021-01-31 19:28

I was wondering how big companies tend to modularize components on their page. Facebook is a good example:

There\'s a team working on Search that has it

10条回答
  •  遥遥无期
    2021-01-31 20:25

    UI conventions should be documented when multiple teams are developing UIs.

    Preferably you should have the same team write/design the UI for all components, then break up the other layers as needed.

提交回复
热议问题