R
R
Roma Zvarich2018-02-28 13:07:28
css
Roma Zvarich, 2018-02-28 13:07:28

What solution to use for site layout?

Hello.
You need to decide what to use for the layout of the site, which is written from scratch.
There will definitely be a separation of the backend and frontend and some kind of JS framework (React or Vue) will be used.
And on this issue, I generally agree with the developer.
But there is an ambiguous situation with the CSS framework.
One says that Bootstrap is bad, you will have to "fight" with it as you develop. He says that it is better to take only the grid from the Foundation CSS framework.
I'm also not happy with Bootstrap's size.
I asked another layout designer I know, he said that he had long ago abandoned CSS frameworks and was making layouts without them.
I also heard about new solutions: all sorts of Grid.
Question:
What is better to use for a site that is made for themselves, and not to order?
It is not the speed of development that is important, but the convenience and practicality in the future.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kuznetsov, 2018-02-28
@hisbvdis

CSS frameworks are typically used for rapid website design prototyping. There are also times when they are used to the fullest. And in my opinion this is normal.
If you do not have a time frame for the development of the site, then it is better to write the design from scratch. Although, in order to make it easier for yourself to develop a grid (not used in all projects), take a ready-made one - for example, the same Bootstrap.
PS: It doesn't matter what you do. If you know how to do it well, then it doesn't matter how you develop it.

D
Denis Shevchenko, 2018-02-28
@densisss

If you are concerned about the size of the bootstrap, then recompile it and leave only those components that you need (for example, grid and forms).

N
Nikita, 2018-02-28
@Rema1ns

In the future, assemble your own, for example, from the components of the same bootstrap or some other solutions.
Cut out grids separately, separately typography, button forms, typical elements.
Ideally, everything will be passed through the preprocessor.
If you still think about some of your own rules for writing styles, then generally super.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question