Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Youtube.com built with?

Recently Youtube gives me an option to change its theme. Actually i think youtube launches new theme. I was checking its code (Front end). It looks like angular, but i am not sure its angular or something else.

Is this angular code ? if yes then what version it is?

or

its something else?

Thank you for your attention. :)

enter image description here

like image 869
Adnan Ahmad Avatar asked Jul 28 '17 17:07

Adnan Ahmad


1 Answers

They definitely don't use Angular.

They use a custom js "framework", and for navigation and dynamic updates they use something called SPF (Structured Page Fragments):

http://youtube.github.io/spfjs/

like image 51
Chandrasekhar Raman Avatar answered Sep 28 '22 08:09

Chandrasekhar Raman