CodeIgniter Forums
Bootstrap 4 almost beta? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Bootstrap 4 almost beta? (/showthread.php?tid=68268)



Bootstrap 4 almost beta? - skunkbad - 06-17-2017

I've been following development of Bootstrap 4 for a long time, and the beta milestone is at 99%! I'm guilty of using the alpha v6 version for a couple of personal projects, and I'm really enjoying it.

Milestones:
https://github.com/twbs/bootstrap/milestones

At this rate, it could be a couple years before it's production ready, but it looks like progress is being made.


RE: Bootstrap 4 almost beta? - PaulD - 06-18-2017

I have been really looking forward to this too, for what seems like years now. Still using bootstrap 3, which is pretty great IMHO, but some of the bootstrap 4 stuff looks really useful.


RE: Bootstrap 4 almost beta? - Kaosweaver - 06-19-2017

We're using the BS4 alpha 6 for backend admin production systems (I'm coding in it right now) - and - I love it. The way to construct things is so much easier and consistent, it is very handy.

The only issues we've had was the modal popup issue where it errors out and stops working (due to an incorrect sequence of events firing off, we think) - we've worked around this issue by better controls over the modals (and restrictions on when/how to implement them).

I've even got a client who's using this for their upcoming production cart/checkout process (and they're testing the living daylights out of it, so far, works flawlessly for us across all browsers/mobile devices)