Skip to content

maksung228/why-frameworks-matter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why Frameworks Matter

The repository features different libraries/frameworks which solve the same problem: Search stories from Hacker News and show the result in a list in a browser. It should showcase how the same thing can be achieved with different solutions. But most important it should show why don't large applications aren't build with vanilla JavaScript anymore. Read more about it: Why Frameworks Matter.

Features

  • Vanilla JavaScript
  • jQuery
  • ES6 JavaScript
  • React
  • Vue
  • AngularJS 1.x
  • Angular 2+

Looking for contributions:

  • Ember
  • Preact
  • Others

Getting Started

  • globally install a http server once: npm install http-server -g
  • move into one of the given folders
  • serve application: http-server
  • visit the URL shown in the command line

About

Why vanilla JavaScript isn't used for large applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.8%
  • TypeScript 39.4%
  • HTML 18.4%
  • CSS 0.4%