6 ms·
I love the simplicity of Bulma! For someone that does not want to dig into the mess that css can be, it simplifies a lot. I built my personal site with it (http
by creativeCak3 2y ago
I love the simplicity of Bulma! For someone that does not want to dig into the mess that css can be, it simplifies a lot. I built my personal site with it (https://thebigg.dev/ https://thebigg.dev/). Congrats on reaching a 1.0!
- ryanbigg 2y agoYour personal site is so minimal, that it doesn’t even load on my phone. Is the URL right? (Also, that would be a good domain name for myself ;)
- creativeCak3 2y agoYes, the url (https://thebigg.dev/ https://thebigg.dev/) is correct. I just tested on my phone and it's loading just fine--I have an Android phone and test it on Firefox and Chrome and works just fine. Interesting that it does not load for you...what phone/browser are you testing it on? Also, sorry! Already bought the domain a while back ;)
- ryanbigg 2y agoAh took a moment to load the second time round but it got there. Regular iPhone user here, but based down under.
- creativeCak3 2y agoThat actually kind of makes sense. The framework I'm using (Yew) compiles down to WASM. So the entire website is loaded up-front first. It's like loading an entire app on your browser. The idea is once you load it, it should go really fast.