fabiradi / why-frameworks-matter

Why vanilla JavaScript isn't used for large applications

Home Page:https://www.robinwieruch.de/why-frameworks-matter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • React (with hooks)
  • 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

https://www.robinwieruch.de/why-frameworks-matter


Languages

Language:TypeScript 42.8%Language:JavaScript 36.2%Language:HTML 20.5%Language:CSS 0.5%