Book Image

Isomorphic JavaScript Web Development

By : Tomas Alabes, Konstantin Tarkus
Book Image

Isomorphic JavaScript Web Development

By: Tomas Alabes, Konstantin Tarkus

Overview of this book

<p>The latest trend in web development, Isomorphic JavaScript, allows developers to overcome some of the shortcomings of single-page applications by running the same code on the server as well as on the client. Leading this trend is React, which, when coupled with Node, allows developers to build JavaScript apps that are much faster and more SEO-friendly than single-page applications.</p> <p>This book begins by showing you how to develop frontend components in React. It will then show you how to bind these components to back-end web services that leverage the power of Node. You'll see how web services can be used with React code to offload and maintain the application logic. By the end of this book, you will be able to save a significant amount of development time by learning to combine React and Node to code fast, scalable apps in pure JavaScript.</p>
Table of Contents (16 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Preface

Today, JavaScript is taking the world by storm. Having logic shared between your JavaScript frontend and backend makes your application simple to reason about and maintain. Use the techniques covered in this book to take your JavaScript application to the next level.

What this book covers

Chapter 1, Getting Started with Isomorphic Web Apps, describes what isomorphic apps are and how they differ from the conventional SPAs that are around. They will understand the main challenges that developers might face while building isomorphic apps. Once the intro is done, they will get their hands dirty by setting up the development environment in order to start creating their isomorphic application.

Chapter 2, Creating a Web UI with React, describes how to start with building a web UI by using idiomatic JavaScript and React. They will begin creating components for the application and will learn how to organize the flow of data between the components for effective development.

Chapter 3, Working with CSS and Media Assets, describes how to style their UI components and bundle CSS and graphics into them. They will learn to effectively configure Webpack to bundle their assets.

Chapter 4, Working with Browsersync and Hot Module Replacement, describes how you can configure server-side rendering for your app, effectively optimizing your website for search engines (SEO) and improving the initial page load time.

Chapter 5, Creating a GraphQL Server, describes how to implement a GrapgQL server, based on Node, Express, and SQL. They will understand how it works in relation to the traditional RESTful API structure. They will learn to receive, validate, and modify data on the server.

Chapter 6, Fetching Data with Relay, explains how to effectively use Relay to query and fetch application data, and how to make it work with the application router.

Chapter 7, Implementing Routing and Navigation, describes how you can implement routing and navigation from scratch, and also how to integrate an existing library to fit into your isomorphic web app.

Chapter 8, Authentication and Authorization, gets into the intricacies of securing the application. Readers will learn how to implement a token-based authentication and access control for an isomorphic application.

Chapter 9, Testing and Deploying Your App, explains how to configure unit and integration tests. It also contains a few recipes on how to deploy your app to a cloud hosting service.

What you need for this book

You need any OS with Node 6+ installed and NPM 4+.

Who this book is for

This book is for developers who want to improve their JavaScript application skills and build a unified JavaScript application.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, and user input are shown as follows: "Note that the majority of the preceding modules should be installed as dev dependencies, by using the --save-dev command-line argument."

A block of code is set as follows:

<script src="moment.js"></script> 
<script> 
  moment().format('MMMM Do YYYY, h:mm:ss a'); 
</script>  

Any command-line input or output is written as follows:

$ npm install babel-core, bluebird, express \              moment, react, react-dom --save

New terms and important words are shown in bold, for example, appear in the text like this: "Module bundlers such as Browserify or Webpack allow you to bundle and optimize JavaScript code for a specific environment."

Note

Warnings or important notes appear in a box like this.

Note

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book-what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail [email protected], and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code

You can download the example code files for this book from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.

You can download the code files by following these steps:

  1. Log in or register to our website using your e-mail address and password.
  2. Hover the mouse pointer on the SUPPORT tab at the top.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box.
  5. Select the book for which you're looking to download the code files.
  6. Choose from the drop-down menu where you purchased this book from.
  7. Click on Code Download.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR / 7-Zip for Windows
  • Zipeg / iZip / UnRarX for Mac
  • 7-Zip / PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Isomorphic-JavaScript-Web-Development. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Downloading the color images of this book

We also provide you with a PDF file that has color images of the screenshots/diagrams used in this book. The color images will help you better understand the changes in the output. You can download this file from https://www.packtpub.com/sites/default/files/downloads/IsomorphicJavaScriptWebDevelopment_ColorImages.pdf.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books-maybe a mistake in the text or the code-we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at [email protected] with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at [email protected], and we will do our best to address the problem.