Skip to content

Commit 631111c

Browse files
committed
renamed as Practical Modern JavaScript: Dive into ES6 and the future of JavaScript
1 parent 9ca5237 commit 631111c

File tree

4 files changed

+12
-19
lines changed

4 files changed

+12
-19
lines changed

atlas.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,10 @@
5353
"consolidated": false
5454
}
5555
},
56-
"theme": "oreillymedia/animal_theme_sass",
56+
"theme": "oreillymedia/animal_theme",
5757
"title": "Practical Modern JavaScript",
58-
"name": "oreillymedia/modular-es6",
59-
"branches": [
60-
"master"
61-
],
62-
"export_formats": [
63-
"html"
64-
],
6558
"templating": false,
6659
"print_isbn13": "9781491943533",
6760
"lang": "en",
6861
"accent_color": "cmyk(100%, 3%, 50%, 0%)"
69-
}
62+
}

contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Interested in Contributing?
22

3-
Good stuff! Your contributions to Practical ES6 and the Modular JavaScript campaign efforts will be greatly appreciated! 👏
3+
Good stuff! Your contributions to Practical Modern JavaScript and the Modular JavaScript campaign efforts will be greatly appreciated! 👏
44

55
You can help raise the quality bar for my books by helping me fix bugs in code, grammar, or explanations. Feel free to report an issue and let me know! This way, we can minimize the amount of errata we'll have to publish later on and improve the overall quality of the book series.
66

images/cover.png

89.5 KB
Loading

readme.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![The Modular JavaScript book series glowing over the desktop of an eager learner.][cover]][coverlink]
22

3-
# Practical ES6
3+
# Practical Modern JavaScript
44

5-
> A Practical Dive into ES6 and Maintainable JavaScript Modules 🏊
5+
> Dive into ES6 and the future of JavaScript 🏊
66
7-
[<img align='right' src='https://i.imgur.com/721YHrg.png' />][campaign]
7+
[<img align='right' src='https://i.imgur.com/GbTcDuV.png' />][campaign]
88

9-
Modular JavaScript is a book series with the mission of improving our collective understanding of writing robust, well-tested, modular JavaScript code. Practical ES6 is the first book in the series, and it discusses ES6 features in detail. Practical ES6 includes hundreds of real-world use cases for the new language features, as well as detailed explanations of what works and what hasn’t when it comes to leveraging ES6 in the wild.
9+
Modular JavaScript is a book series with the mission of improving our collective understanding of writing robust, well-tested, modular JavaScript code. Practical Modern JavaScript is the first book in the series, and it discusses ES6 features in detail. Practical Modern JavaScript includes hundreds of real-world use cases for the new language features, as well as detailed explanations of what works and what hasn’t when it comes to leveraging ES6 in the wild.
1010

1111
🗞 **Start** with the [book launch announcement][announcement] on *Pony Foo*
1212
💳 **Participate** in the [crowdfunding campaign][campaign] on *Indiegogo*
@@ -18,15 +18,15 @@ Modular JavaScript is a book series with the mission of improving our collective
1818

1919
This book focuses on two aspects of JavaScript development: modularity and ES6 features. You’ll learn how to tackle application development by following a scale-out approach. As pieces of your codebase grow too big, you can break them up into smaller modules.
2020

21-
## Practical ES6 is Free to Read!
21+
## Practical Modern JavaScript is Free to Read!
2222

2323
The book is publicly available in HTML format and **free forever**. Each book chapter is styled similarly to how Pony Foo blog posts _— such as the [book series launch announcement][announcement]_ are styled, which makes for a fairly enjoyable read as far as HTML books go.
2424

2525
[<img align='left' src='https://i.imgur.com/8R8wBTQ.png' />][toc]
2626

2727
*Every book in the series will be distributed in this way.*
2828

29-
> The free-to-read version of Practical ES6 is subject to [the same license][license] as the rest of the content I publish on Pony Foo: [*Creative Commons Attribution-NonCommercial-ShareAlike*][license].
29+
> The free-to-read version of Practical Modern JavaScript is subject to [the same license][license] as the rest of the content I publish on Pony Foo: [*Creative Commons Attribution-NonCommercial-ShareAlike*][license].
3030
3131
It took me a bit of time but I've managed to get the `git` repository to trigger builds on the O'Reilly build server. The build server then pings back to ponyfoo.com, letting the site know when a build is ready. Lastly, Pony Foo finally downloads the updated HTML files for the web version. Luckily I developed the code in such a way that I will be able to share HTML versions of other books in the series effortlessly.
3232

@@ -85,10 +85,10 @@ Nicolás Bevacqua © 2016-2017. Creative Commons. Details at [ponyfoo.com/licens
8585
[license]: https://ponyfoo.com/license "Licensing Terms on Pony Foo"
8686
[clap]: https://ponyfoo.com/s/modular-javascript-thunderclap "Back the Thunderclap campaign!"
8787
[tweet]: https://ponyfoo.com/s/modular-javascript-tweet "Send out a tweet promoting the Modular JavaScript launch"
88-
[announcement]: https://ponyfoo.com/s/modular-javascript-launch "Announcing Practical ES6 and the Modular JavaScript Book Series"
88+
[announcement]: https://ponyfoo.com/s/modular-javascript-launch "Announcing Practical Modern JavaScript and the Modular JavaScript Book Series"
8989
[campaign]: https://ponyfoo.com/s/modular-javascript-indiegogo "Indiegogo campaign for Modular JavaScript: A Pragmatic JS Book Series"
90-
[toc]: https://ponyfoo.com/s/practical-es6-read "Practical ES6: A Practical Dive into ES6 and Maintainable JavaScript Modules"
90+
[toc]: https://ponyfoo.com/s/practical-es6-read "Practical Modern JavaScript Table of Contents"
9191
[contrib]: https://ponyfoo.com/s/practical-es6-repo-contrib "mjavascript/practical-es6 on GitHub"
92-
[er]: https://ponyfoo.com/s/practical-es6-early-release "Modular JavaScript: Practical ES6"
92+
[er]: https://ponyfoo.com/s/practical-es6-early-release "Modular JavaScript: Practical Modern JavaScript"
9393
[cover]: https://i.imgur.com/saRiGkb.png
9494
[coverlink]: https://mjavascript.com "Let’s improve our collective understanding of writing robust, well-tested, modular JavaScript code."

0 commit comments

Comments
 (0)