+ 14

Bootstrap?

Is it essential to use bootstrap? I kinda feel like its cheating the creativity of using Css and being an actual web developer? Anyone else feel this way? If I am wrong please inform me on why, and how bootstrap is an important aspect in development

5th Jul 2018, 12:51 AM
David CHAMPION
David CHAMPION - avatar
12 ответов
+ 20
I am a backend developer, not a designer. So I use Bootstrap to beautify my projects. For some developers it's a good way to speed up the development process. For professional designers it is easier to implement custom design. Eventually, each developer decides for himself to use Bootstrap or not to use, depending on the needs of the current project.
5th Jul 2018, 3:03 PM
Igor Makarsky
Igor Makarsky - avatar
+ 13
Bootstrap is simply a Framework. Although you know how to use it there are many things that you still need to do manually (and even many people in production code make mistakes with Bootstrap and other Frameworks). In the end it is just a tool to speed up the work. Its use depends on the developer. I used to think that the sites made with Bootstrap did not have their own identity (that is, they all look exactly the same), until I found some developers who showed me really cool designs.
5th Jul 2018, 1:17 AM
Mickel
Mickel - avatar
+ 8
Many Bootstrap components can be built from simple CSS. You could take Bootstrap as reference and build your own component from there. Here some custom UI components that build from CSS only, which resembles Bootstrap components. https://code.sololearn.com/Wc9xlP68I822/?ref=app https://code.sololearn.com/WgcjJl8Psruc/?ref=app https://code.sololearn.com/WNv8BiIGk1jX/?ref=app
5th Jul 2018, 3:17 AM
Calviղ
Calviղ - avatar
+ 6
Using Bootstrap isn't cheating. Bootstrap is a time-saver framework which helps you build your web easily and less effort.
5th Jul 2018, 9:44 AM
Email Not Activated
+ 4
You could definitely get away with not learning bootstrap ever, as you can do everything with css and a bit of js. However, boostrap is useful for getting a project up and running quick, you can edit the styles after the fact. One big aspect of bootrap is the grid system, that is very quick and easy to use, yet again, you could use CSS grid or flexbox instead. However, in the case of css grid, not all browsers support css grid as of now (older ones) and that's an aspect where boostrap comes out on top
5th Jul 2018, 4:12 AM
064XP
064XP - avatar
+ 2
For me no. Its somehow help you to make your web faster and you can use it as reference and guide you especially if you are beginner
5th Jul 2018, 2:58 PM
Joy
Joy - avatar
+ 2
nobody and nothing prevents you from customizing bootstrap themes/elements. in this way you'll keep the job snappy and please your own creativity needs.
5th Jul 2018, 6:34 PM
seamiki
seamiki - avatar
+ 2
I see Bootstrap as a framework which helps developers to make their sites responsive. Anything apart from that can be done with CSS and HTML
5th Jul 2018, 7:44 PM
Femi
Femi - avatar
+ 1
bootstrap helps in building your web easily.
14th Jul 2018, 12:33 PM
Natalie
Natalie - avatar
0
you guys are all awesome!!! Thanks for all the input, very useful 👍
5th Jul 2018, 7:30 PM
David CHAMPION
David CHAMPION - avatar
0
for rapid development, but it is up to you if you want to start from scratch. But on the process of learning you can get an idea from Bootstrap how it works and sooner you can implement your own.
5th Jul 2018, 9:58 PM
Rochelle Yang Canale
Rochelle Yang Canale - avatar
0
How can make data in tables vertical? And what should i do with database too. Please help
28th Jun 2020, 9:51 AM
Febrilia Kamila Ahmad
Febrilia Kamila Ahmad - avatar