Isomorphic JavaScript Web Development

Isomorphic JavaScript Web Development

English | 2017 | ISBN: 978-1785889769 | 226 Pages | PDF, EPUB, AZW3 | 16 MB

Universal JavaScript with React and Node
Leverage the power of React and Node to build complete web applications in pure JavaScript
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.
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.
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 system
Homepage