-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding bootstrap javascript #93
Comments
Bootstrap related files are going to be removed from this starter kit soon. You can use react-bootstrap as a replacement. Though keep in mind, while Bootstrap is an excellent solution for prototyping your initial project, it's generally not a good idea to use it in real web application projects. |
Thanks! |
@koistya Why bootstrap is not a good idea to use in real web apps? |
After looking at one of the grid css class that seems to have a similar class naming as bootstrap I use bootstrap as prototyping functionality. When it comes to building real application, I prefer not to use bootstrap because it is bloated and customization is not easy in my opinion. I also think it is good to keep bootstrap as a separate part, because we may have a different css framework choice, such as Zurb Foundation. @koistya About the |
@9gix good point, need to remove these |
That explains that then! I was asking about this on Gitter |
What's the recommended way to load jQuery and Bootstrap JavaScript?
The text was updated successfully, but these errors were encountered: