Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Isomorphic JavaScript is code that can run on both the server and the client. The benefits of this are that the initial page can be rendered server-side to improve page-load times, with the JavaScript also being loaded client-side to enable dynamic updates. The recommended stack is;

  • React loaded with Preact
  • Redux used as a data store to help make data available both server and client side
  • Classnames to enable the easy joining of classNames
  • Jest for testing
  • No labels