Skip to content

netkawai/Modern-JavaScript-Web-Development-Cookbook

 
 

Repository files navigation

Modern JavaScript Web Development Cookbook

Modern JavaScript Web Development Cookbook

This is the code repository for Mastering JavaScript Functional Programming, published by Packt.

Easy solutions to common and everyday JavaScript development problems

What is this book about?

JavaScript has evolved into a language that you can use on any platform. Modern JavaScript Web Development Cookbook is a perfect blend of solutions for traditional JavaScript development and modern areas that developers have lately been exploring with JavaScript. This comprehensive guide teaches you how to work with JavaScript on servers, browsers, mobile phones and desktops. You will start by exploring the new features of ES8. You will then move on to learning the use of ES8 on servers (with Node.js), with the objective of producing services and microservices and dealing with authentication and CORS. Once you get accustomed to ES8, you will learn to apply it to browsers using frameworks, such as React and Redux, which interact through Ajax with services. You will then understand the use of a modern framework to develop the UI. In addition to this, development for mobile devices with React Native will walk you through the benefits of creating native apps, both for Android and iOS. Finally, you’ll be able to apply your new-found knowledge of server-side and client-side tools to develop applications with Electron.

This book covers the following exciting features: <First 5 What you'll learn points>

  • Use the latest features of ES8 and learn new ways to code with JavaScript
  • Develop server-side services and microservices with Node.js
  • Learn to do unit testing and to debug your code
  • Build client-side web applications using React and Redux
  • Create native mobile applications for Android and iOS with React Native

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

// Source file: src/roundmath.js
/* @flow */
"use strict";
// continues..

Following is what you need for this book: This book is for developers who want to explore the latest JavaScript features, frameworks, and tools for building complete mobile, desktop and web apps, including server and client-side code. You are expected to have working knowledge of JavaScript to get the most out of this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-13).

Software and Hardware List

Chapter Software required Hardware required
1 Git Windows, Mac OS X, and Linux (Any)
1-13 Node (and npm) Windows, Mac OS X, and Linux (Any)
1-13 Flow Windows, Mac OS X, and Linux (Any)
1-13 Prettier Windows, Mac OS X, and Linux (Any)
1-13 ESLint Windows, Mac OS X, and Linux (Any)
4-5 MariaDB (MySQL) Windows, Mac OS X, and Linux (Any)
5 Winston, Morgan, Postman,Swagger Windows, Mac OS X, and Linux (Any)
5, 10 Jest Windows, Mac OS X, and Linux (Any)
6-10 React Windows, Mac OS X, and Linux (Any)
6, 10 StoryBook Windows, Mac OS X, and Linux (Any)
8-10 Redux Windows, Mac OS X, and Linux (Any)
10, 12 Enzyme Windows, Mac OS X, and Linux (Any)
11-12 React Native Windows, Mac OS X, and Linux (Any)
13 Electron Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [https://www.packtpub.com/sites/default/files/downloads/9781788992749_ColorImages.pdf].

Related products

Get to Know the Author(s)

Federico Kereki Federico Kereki is a Uruguayan systems engineer, with a master's degree in education, and over 30 years' experience as a consultant, system developer, university professor, and writer. He is currently a subject matter expert at Globant, and he has taught CS courses at Universidad de la República, Universidad ORT Uruguay, and Universidad de la Empresa.

He has written for the Linux Journal and the LinuxPro Magazine in the USA, Linux+ and Mundo Linux in Europe, and websites such as Linux [dot] com and IBM DeveloperWorks. He has also written booklets on computer security, and two books—Essential GWT, and Mastering JavaScript Functional Programming.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Modern JavaScript Web Development Cookbook, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 13.9%
  • CSS 2.1%