Skip to content

Restrio/JSLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSLoader

Code Climate

It's a small library to make multifile-applications and dependencies in javascript much a lesser pain in the ass.

Goals

Bringing a few benefits of OOP to JavaScript without letting backwards compatibility behind.
Making the user waste less data (mobile first). Remove monstrous files and split them for improved reusabilty.

Advantages

  • no jQuery required
  • easy to understand
  • easy to work with
  • high performance
    • only load the files, the user needs
    • dependencies are improved css-selectors
  • abstract code
  • browser support
    • IE8+
    • Edge
    • Firefox 3.5+
    • Chrome 4+
    • Opera 10.1+