Flexbox vs CSS Grid real world example [duplicate]

本秂侑毒 提交于 2019-12-12 05:37:58

问题


I have read a few posts that say -Flexbox should be used for small scale layout and CSS grid should be used for large layout. e.g.

Don't use flexbox for overall page layout - JakeArchibald.com

Should I use Grid or Flexbox? - rachelandrew.co.uk

Can anyone share a real-word example where one will be better than other OR one some real world examples which is more natural with one or the other.

Edit: I request to reopen the question, as 1) question itself is very clear from the title. 2) There are articles on web (I noted a couple of them) that aim to clarify the question, but don't 3) The questions marked as duplicate of, are very different from what I asked.

来源:https://stackoverflow.com/questions/44586691/flexbox-vs-css-grid-real-world-example

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!