Isomorphic Application Development With JavaScript

Konstantin Tarkus

Language: English

Publisher: Packt Publishing

Published: Oct 11, 2017

Description:

Leverage the power of React and Node to build complete web applications in pure JavaScriptAbout This Book* Combine the ease of React in the front end with the power of Node at the back end to build robust apps in pure JavaScript* Get your hands dirty by building on an entire application throughout the course of the book* Become productive and save precious time by adopting isomorphic JavaScript programming techniquesWho This Book Is ForThis book is ideally meant for intermediate web developers who are interested in building isomorphic applications using JavaScript.

What You Will Learn* Build on the client side with the awesomeness of React* Style your application effectively* Render the server side using React* Implement a GraphQL server based on Node, Express, and SQL* Fetch application data using Relay* Build an isomorphic router to use in the application* Deploy your application to a cloud host* Secure your application with a solid token-based authentication systemIn DetailThe 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.

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.

Style and approachThis step-by-step, example-based guide will get you acquainted with using React for the front end as well as back-end development.