Currently I am laying down the base of my webpage (which is mobile first also), I have an argument. I have added react-semantic-ui in my react project.
Added is my targetted layout. Now what should I use to plot this, Grid
Or Flexbox
?
Should I avoid using Grid
? Does it slow the rendering or lower the performance ? Or should I use the flexbox
at maximum places? Or it shold be consistently using either Grid
or flexbox
? Or it may be a combination of both.
Please guide me.
Thanks in Advance!