DEV Community

Discussion on: What is a website that you visit regularly despite its technical quality and user experience?

Collapse
 
belhassen07 profile image
Belhassen Chelbi • Edited

dev.to * coughs *
praise

Collapse
 
ben profile image
Ben Halpern

We're figuring it out gradually 😊

Collapse
 
blackcat_dev profile image
Sasha Blagojevic

I knew someone was going to write this :D

Collapse
 
flexdinesh profile image
Dinesh Pandiyan • Edited

Hey - dev.to has one of the best UX out there.

  • they don't have over-bloated features
  • site loads blazing fast
  • their markdown editor is too damn good
  • responsive page works great and is fast in my mobile
  • they don't have a bloated mobile app and are using service workers effectively

Only thing that's bothering me is that I don't understand the difference between my profile and my dashboard until I open them every time. But that's okay I can live with it.

What else are you looking at in terms of UX?

Collapse
 
kayis profile image
K

Often the SPA features don't work on mobile so I have to reload the whole page.

Thread Thread
 
flexdinesh profile image
Dinesh Pandiyan

I've observed it too. Sometimes in mobile, the site get's hung up in the intro screen. Hope this is will be fixed soon.

Collapse
 
asaaki profile image
Christoph Grabo

The Service Worker/caching could be optimized a bit.

Surely 400+ MB of stored data is not necessary. (And I learned myself how tricky this whole topic is.)

Thread Thread
 
oathkeeper profile image
Divyesh Parmar

Is dev.to a PWA, i opened in my android phone in chrome which asked me to put it on home and since then I've it as an app I've not installed it from the app store.

Thread Thread
 
flexdinesh profile image
Dinesh Pandiyan • Edited

It is. You should check it when you have your internet turned off. You'll be presented with a cool 'no internet' screen.

Thread Thread
 
oathkeeper profile image
Divyesh Parmar

oh yeah they did tell me a joke about Trump being US president, damn now I need to know what is PWA like form the scratch. It really lures me as I'm learning NOde.js/Express.js creating simple web apps, can those directly get translated to PWAs

Thread Thread
 
flexdinesh profile image
Dinesh Pandiyan

PWA is not a new type of app. You add service worker to your/any web app and configure it the way you want your app to behave. It's more of an elaborate config library that can start your app even when there is no internet and a lot more.

You can get started with these examples -
github.com/GoogleChrome/samples/tr...