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: about 1 month ago
JSON representation
Why vanilla JavaScript isn't used for large applications
- Host: GitHub
- URL: https://github.com/rwieruch/why-frameworks-matter
- Owner: rwieruch
- Created: 2018-02-10T15:33:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T06:27:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T11:04:22.995Z (about 1 month ago)
- Topics: angular, es6, es6-javascript, javascript, jquery, react, vanilla-javascript, vue
- Language: JavaScript
- Homepage: https://www.robinwieruch.de/why-frameworks-matter
- Size: 149 KB
- Stars: 47
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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+
* NextJsLooking 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