Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 864 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 864 Bytes

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