Hacker News new | ask | show | jobs
by ryanbigg 820 days ago
Your 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 ;)

1 comments

Yes, the url (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 ;)

Ah took a moment to load the second time round but it got there. Regular iPhone user here, but based down under.
That 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.