Skip to content

kartset/Isomorphic-JavaScript-Web-Development

 
 

Repository files navigation

Isomorphic JavaScript Web Development

This is the code repository for Isomorphic JavaScript Web Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

Instructions and Navigations

All of the codes are organized as per the chapters, each folder has the codes related to that chapter or appendix.
For example: Isomorphic-JavaScript-Web-Development/Chapter 04/4-browsersync/components/App.js

The code will look like the following:

  constructor(props) {
    super(props);
    this.state = { time: null };
  }

Related Products

About

Isomorphic JavaScript Web Development, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%