DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
223 stars 79 forks source link

Migration to Bootstrap 4 #455

Closed HammyBabar closed 7 years ago

HammyBabar commented 7 years ago

Hi Dmitry,

Have you got any plans for migration to Bootstrap 4? If this is already discussed, please I apologise in advance.

We are rewriting our internal site and having a requirement to use design template that's done in BS 4-alpha.6. The intranet site was done in ASP.NET MVC 4 + heavily rely on your component and we are debating on to be on leading edge vs bleeding edge.

Kind regards, Hammy Babar @context-software

DmitryEfimenko commented 7 years ago

Hello Hammy,

With the SPAs coming into the world of the web, and the release of MVC6, which suggests using of TagHelpers instead of HtmlHelpers, the adoption for BMVC has significantly dropped. There is just not enough demand for it anymore to justify spending time for the Bootstrap 4 upgrade.

In my personal opinion whether you'd like to be on the leading or bleeding edge, it's time to consider a SPA.

Thanks, Dmitry

HammyBabar commented 7 years ago

Hi Dmitry,

That's a valid point - I am already exploring options to break up our ASP.NET MVC site into small SPA silos using Angular. Is there any client side framework for bootstrap that you can suggest as an alternate - Thanks.

Kind regards Hammy Babar @context-software

DmitryEfimenko commented 7 years ago

There are plenty of solutions out there to integrate Bootstrap into Angular 2.

Same goes for React, if you choose to use that.