Skip to content

Commit e23f1b1

Browse files
committed
Update CommonJS links for further reading
1 parent 6daf8d3 commit e23f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I still think the easiest way to learn React is [the official tutorial](https://
3939

4040
## Learning `npm`
4141

42-
`npm` is the Node.js package manager and is the most popular way front-end engineers and designers share JavaScript code. It includes a module system called `CommonJS` (read the [CommonJS Spec Wiki](http://wiki.commonjs.org/wiki/CommonJS) and/or the [Webpack CommonJS docs] (https://webpack.github.io/docs/commonjs.html) -- it’s important) and lets you install command-line tools written in JavaScript.
42+
`npm` is the Node.js package manager and is the most popular way front-end engineers and designers share JavaScript code. It includes a module system called `CommonJS` and lets you install command-line tools written in JavaScript. Read [this post](http://0fps.net/2013/01/22/commonjs-why-and-how/) for background on why `CommonJS` is necessary for browsers, or the [CommonJS Spec Wiki](http://wiki.commonjs.org/wiki/Introduction) for more on the `CommonJS` API.
4343

4444
Most reusable components, libraries and tools in the React ecosystem are available as `CommonJS` modules and are installed with `npm`.
4545

0 commit comments

Comments
 (0)