https://github.com/anderspitman/javascript-resources
https://github.com/anderspitman/javascript-resources
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anderspitman/javascript-resources
- Owner: anderspitman
- Created: 2017-06-28T18:55:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T00:21:15.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T07:54:26.690Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# View frameworks
[Backbone + d3](https://medium.com/@sxywu/marrying-backbone-js-and-d3-js-a-follow-up-b6a62a9731e1)
[Miso Project (reusable d3 charts)](http://misoproject.com/)
[Backbone to Mithril](https://james-forbes.com/?/posts/backbone-to-mithril)
[D3 + React (N Hery)](http://nicolashery.com/integrating-d3js-visualizations-in-a-react-app/)
[D3 + React with react creating SVG](http://ahmadchatha.com/writings/article1.html)
[Why we still use backbone](http://www.enspire.com/why-we-still-use-backbone-js/)
[The Case for Marionette](https://benmccormick.org/2014/12/02/the-case-for-marionette-js/)
# Module Loaders
[Writing Modular Javascript Addy Osmani](https://addyosmani.com/writing-modular-js/)
[History of module loaders](https://appendto.com/2016/06/the-short-history-of-javascript-module-loaders/)
# Misc
[Microjs](http://microjs.com/#)
[Two.js HN thread (mentions Backbone.events)](https://news.ycombinator.com/item?id=5668374)
[Nice discussion of js in bioinformatics](https://github.com/bionode/bionode/issues/9)