From fcbe7bd8442b27ee3001fe4caea9b0d5dd662599 Mon Sep 17 00:00:00 2001 From: Ahmad Faiz Kamaludin <45820010+ahmadfaizk@users.noreply.github.com> Date: Wed, 6 Oct 2021 08:19:21 +0700 Subject: [PATCH] add electron book from syncfusion (#5871) * add electron book from syncfusion * change electron category to javascript framework * remove .idea folder * fix error linting in electron resources --- books/free-programming-books-langs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index dec40d3b..bb7e7695 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -99,6 +99,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Booty5.js](#booty5js) * [D3.js](#d3js) * [Dojo](#dojo) + * [Electron](#electron) * [Elm](#elm) * [Ember.js](#emberjs) * [Express.js](#expressjs) @@ -1151,6 +1152,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Dojo: The Definitive Guide](https://www.oreilly.com/library/view/dojo-the-definitive/9780596516482/) - Matthew A. Russell +#### Electron + +* [Electron Succinctly, Syncfusion](https://www.syncfusion.com/succinctly-free-ebooks/electron-succinctly) (PDF, Kindle) (email address requested, not required) + + #### Elm * [An Introduction to Elm](https://guide.elm-lang.org) (HTML) -- GitLab