Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Isomorphic JavaScript Web Development

Posted By: readerXXI
Isomorphic JavaScript Web Development

Isomorphic JavaScript Web Development
by Tomas Alabes and Konstantin Tarkus
English | 2017 | ISBN: 1785889761 | 220 Pages | True PDF/Code Files | 5.3/7.1 MB

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