Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nicholai8937yBootstrap was always a framework :) All frameworks are libraries, so it's not wrong of them to call it a library earlier, but it's not the entire truth
-
It's just naming convention, but as far as I know, library and framework have one big difference. You can integrate library with your existing code. But in case of framework it's not possible. Framework is the skeleton. You cannot integrate framework with your existing codebase. Just like you can integrate wooden house on top floor of you concrete house, but you cannot integrate your top floor of wooden house with concrete structure. You have start building it from scratch
-
Like you can integrate react with your existing code but not in case of angular. You have to start from scratch in order to make angular application
-
payb4k9267yWhen it's the year 3,000, nobody uses integers for versioning because of integer-overflow 😂
-
Then there will 20 ..because of major changed with respect to v18 and all previous version were just minor addition or changes
That moment when you read, bootstrap 4 is framework ( 3 was library ) 😐
undefined