Skip to content

Commit

Permalink
cleanup intro text + remove adapter tut for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Sep 30, 2015
1 parent a2a0b21 commit bb25126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/articles/data_comps_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## High Level Overview

Strand Data Components are a set of non-rendered web components that are used to handle both abstract and low level AJAX calls in a modern web browser. The design philosophy behind this component set was to be loosely similar to Backbone.js in the way that it uses models/collections as the primary I/O mechanisms while also leveraging some of the unique features of the Polymer library: namely 2-way binding.
Strand Data Components are a set of javascript objects and non-rendered web components that are used to handle both abstract and low level AJAX calls in a modern web browser. The design philosophy behind this component set was to be loosely similar to Backbone.js in the way that it uses models/collections as the primary I/O mechanisms while also leveraging some of the unique features of the Polymer library: namely 2-way binding.

We leverage 2-way binding in several ways. First most of the elements, while having a JavaScript API as well, are primarily designed to be updated via lightDOM node configuration. The reason for this is that given bindable external data (say from an HTML form input) it is now possible to bind things like query params directly to the user input (or to an appropriate client filter method triggered on user input).

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
{
"key":"data_comps_intro",
"children":["data_comps_using_ajax","data_comps_using_sync","data_comps_creating_adapters"]
"children":["data_comps_using_ajax","data_comps_using_sync"]
},
{
"key":"grid_intro",
Expand Down

0 comments on commit bb25126

Please sign in to comment.