#RequireJS Introduction Course
1. Very Brief history of web front-end architecture
1.2 Web project architecture, the post-modernism chap1.2
-
several preprocessor css like SCSS (It's not the subject of this course)
-
One JS for each consistent part like other programming langage
-
One main HTML with partial HTML
see code example. Notes : this is an example of new Front-end web architecture, it's not the only one and don't forget the old architecture. We don't use preprocessor css for this example.
