Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rwieruch/why-frameworks-matter
- Owner: rwieruch
- Created: 2018-02-10T15:33:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T06:27:06.000Z (over 2 years ago)
- Last Synced: 2024-11-01T11:34:37.442Z (2 months 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: 45
- Watchers: 6
- 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