A
A
Andrey2017-06-07 16:39:39
React
Andrey, 2017-06-07 16:39:39

What to use at the beginning of flexbox/frameworks/grids?

Explain how to advance in the study of layout. My experience is not great, for practice, I took different psd templates and laid them out on regular css, positioned the blocks using display: inline-block, made adaptability through media queries. Since I am constantly hearing about frameworks (Bootstrap), flexbox and css grids, I would like to start using all this in my work and start developing in this direction, but looking for the necessary information about these things, I just got confused and cannot understand with what to start. Where to get the information you need and how to apply it correctly.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Spirin, 2018-10-08
@campus1

renderTab(index) {
  switch(index) {
    case 0:
      return <UserActivityJournal data={therapySessionData} />;
    /* ... */
  }
}

This way you avoid a bunch of unnecessary checks every render.

A
Alex Glebov, 2017-06-07
@SkiperX

https://v4-alpha.getbootstrap.com/layout/grid/

I
Igor Koch, 2017-06-07
@amux

There is a good flexbox playground , with its help you understand how flex works pretty quickly.

G
gpyshenko, 2017-06-12
@gpyshenko

Well, for example, I also started to typeset, and I had the same problem as you. Didn't know where to start. Take one thing and make it up, you will understand one thing and it will not be difficult at all.
I typeset everything on flex)) I have enough of them for my eyes, bootstrap is most often used by those who are running out of time, or, for example, they are poorly versed in layout. Plus, bootstrap is needed for those projects where support for old browsers is needed, where, for example, flex does not work.
By the way, for flex, there is an interesting site with learning in a playful way !

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question