开源软件名称: rsperberg/essential-javascript-links开源软件地址: https://github.com/rsperberg/essential-javascript-links开源编程语言:
JavaScript
100.0%
开源软件介绍: Essential JavaScript Links
A curated list by Eric Elliott and friends. Suggest links in the gist comments .
Help us turn this into a proper website!
This is a very exclusive collection of only must-have JavaScript links. I'm only listing my favorite links. Nothing else makes the cut. Feel free to suggest links if you think they're good enough to make this list. The really curious should feel free to browse the comments to find other links. I can't guarantee the quality of links in the comments.
Full Disclosure
Some of these links are affiliate links, meaning that if you make a purchase, I might earn a little money. This has absolutely no bearing on whether or not links make the list. None, whatsoever. However, it does allow me more resources to fight poverty with code . Every little bit counts.
Required Reading (Online resources)
Required Viewing
Spec
Books
Dev tools & collaboration
nvm First install this...
Node Then install Node (with nvm). You'll need this even if you're a front-end dev.
npm Install lots of other things with npm. The package manager for JavaScript. Comes with Node.
Sublime Text 3
Node Inspector Debug Node code with the Chrome debug tools
TraceGL Powerful runtime analysis of live JavaScript code
Tern Static analysis in JavaScript
JSDoc - Pair with Tern for static analysis
Nitrous.IO (Supports live collaboration / pair programming)
Slack Chat for teams, with GitHub and Google hangouts integration
For hangouts, just type /hangout in any channel
PrettyDiff
ES6 Fiddle
Building
Testing / Lint / Quality checkers
JSHint
ESLint
Istanbul Code coverage reporting
tape Minimal, dead simple unit testing. (This is all you need, really!)
faucet Prettify unit testing output (like what comes from tape).
Supertest The best way to test HTTP endpoints.
Transpilers
JavaScript environments
Node.js Server side JavaScript and more
io.js - The Node fork
Libraries
es5-shim Stable, production ready.
es6-shim Somewhat stable, but a few things I thought were solid got shifted to ES7.
es7-shim Experimantal. Use with caution.
HTML5 Cross Browser Polyfills A fairly comprehensive list of HTML5 API polyfills.
HTML5 Boilerplate You'll want to cherry-pick the best of this for your production apps. See Initializr .
The Isomorphic Express Boilerplate Write apps using the same code for both the client and the server using Node, Express, and Browserify.
rootrequire Require files relative to your project path using the normal node require().
native-promise-only An ECMAScript standard promise polyfill by Kyle Simpson.
isomorphic-fetch A WHATWG fetch . standard polyfill.
sseasy Server Sent Events for Node (HTML5 standard push notifications).
EventSource browser Polyfill Required client-side patching to support Server Sent Events.
jQuery Yes, I still use jQuery and so do 61% of the top 100,000 websites - for good reason.
Blaze DOM-diffing isomorphic reactive templates from Meteor.
RxJS Reactive extensions for JavaScript. What's reactive?
Page.js Tiny client-side router, inspired by Express.
Moment A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
Globalize i18n / translate your app for many languages and locations (locales)
Express The most popular framework for Node.
Stampit Stampit - create objects from reusable, composable behaviors. Prototypal inheritance with stamps.
Credential If you write Node apps with password logins, you need Credential.
cuid GUIDs are broken - use cuid, instead.
velocity & Velocity Motion Designer (VMD) UI animation library.
json-schema - Great for model validations.
Web Components
QA / Deployment / Monitoring / CI
PM2 Process monitoring / self repair
New Relic Deep insights into the performance and health of your production apps
Sauce Labs Cross platform web application testing with great collaboration and integration support
Travis CI CI, of course
Docker Run your CI process using the same OS configs as your production systems.
Shippable Docker-based hosted build / CI
Community
News
Pasting / sharing code
Contests
Hackable Hardware
Hosting
For kids (and people who just love to have fun)
Twitter (alphabetical order)
Addy Osmani - App architecture expert, Chrome dev tools champion
Angus Croll - Author, "If Hemingway Wrote JavaScript"
Axel Rauschmayer - ES Next evangelist, author
Brendan Eich - Created JavaScript
David Nolen - Great functional programming content
David Herman - Author, "Effective JavaScript"
EchoJS - News and links
Eric Elliott - That's me. O'Reilly author. JavaScript architect. JS Instructor.
Jafar Husain - Great talks on RxJS, ES next, etc...
James Halliday aka Substack - author of one million Node modules you probably use.
James Long - CSP, functional programming advocate, Mozilla developer
JavaScript Cheerleader - Mover & shaker, JavaScript evangelist, documentary film maker
JavaScript Daily - News and links
Jordan Harband - Keeping us ahead of the JS curve
Kyle Simpson - Author, YDKJS - O'Reilly, JS Instructor, open web evangelist
Marijn Haverbeke - Author, "Eloquent JavaScript"
Nicholas C. Zakas - Author, speaker
Nick Morgan - Author, "JavaScript for Kids"
Paul Irish - Developer evangelist, Chrome dev tools champion
Reginald Braithwaite - Author, "JavaScript Allongé", speaker, GitHub
YDKJS - You Don't Know JS, O'Reilly book series by Kyle Simpson
请发表评论