Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwieruch/why-frameworks-matter

Why vanilla JavaScript isn't used for large applications
https://github.com/rwieruch/why-frameworks-matter

angular es6 es6-javascript javascript jquery react vanilla-javascript vue

Last synced: 2 months ago
JSON representation

Why vanilla JavaScript isn't used for large applications

Awesome Lists containing this project

README

        

# Why Frameworks Matter

The repository features different libraries and frameworks which solve the same problem: searching stories from [Hacker News](https://hn.algolia.com/api) and show the results in a list in a browser. It should show how the same thing can be achieved with different solutions. But most important, it should show why large applications are not built with vanilla JavaScript anymore. Read more about it: [Why Frameworks Matter](https://www.robinwieruch.de/why-frameworks-matter/).

## Features

* Vanilla JavaScript
* jQuery
* ES6 JavaScript
* React
* React (with hooks)
* Vue
* AngularJS 1.x
* Angular 2+
* NextJs

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