diff --git a/index.html b/index.html index faf739b2..9305d7a6 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + @@ -199,7 +199,7 @@

Layouts and Lifecycle

}) layout.setView(view);

Server Side Rendering

-

Thorax allows for rendering outside of the normal browser context using environments such as [Fruit Loops][fruit-loops] or [PhantomJS][phantomjs] to render content in the initial server response and then restore the view hierarchy on the client render. Rendering in such a manner allows for Thorax applications to expose their content for SEO purposes as well as speed up the perceived initial page load. +

Thorax allows for rendering outside of the normal browser context using environments such as Fruit Loops or PhantomJS to render content in the initial server response and then restore the view hierarchy on the client render. Rendering in such a manner allows for Thorax applications to expose their content for SEO purposes as well as speed up the perceived initial page load.

The restore process is well suited for handling distinctions between user and public data, allowing for the server response to include only public, long cache-able, content. The client can then augment this data with any user specific data on restoration. @@ -208,27 +208,27 @@

Server Side Rendering

@@ -238,7 +238,7 @@

Quick Start

  • Generate your application using the Thorax Yeoman Generator
  • Read about how Thorax works in the new Backbone Fundamentals Book.
  • Install the Thorax Inspector Chrome extension.
  • -
  • Building something smaller? Just link the core library as a single file from cdnjs compiled with all of its dependencies and use it anywhere or play with our Hello World fiddle or Todos fiddle.
  • +
  • Building something smaller? Just link the core library as a single file from cdnjs compiled with all of its dependencies and use it anywhere or play with our Hello World fiddle or Todos fiddle.
  • @@ -264,6 +264,6 @@

    Quick Start

    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); - +