You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“other computed computed libraries” in Cool Computes
Reword “are mostly written using just two and a half APIs:”
Fix the “within the element with an instance of their” wording
Fix “this template, and add” in the TodoMVC Guide
Reword “List todos from a list of todos” in the TodoMVC Guide
Change id: "string" to id: "number" in the TodoMVC Guide
“forward and backwards button” => “browser forward and backwards buttons”
Chat Guide:
Mention serialize: false in the JavaScript code description in the Chat Guide’s “Route between two pages” section
Mention two-way binding in the Chat Guide’s “Route between two pages” key take-away
Mention messagesPromise before it’s used in the “List Messages” HTML
Add an “Explanation” section under “List Messages” so the “This adds methods” section is split from the code-copying part.
Improve the key take-away under the Chat Guide’s “List Messages” section to mention that we’re modeling the schema/type info and also connecting to a service
TodoMVC Guide:
Introduce set.Algebra before it’s first used
Explain the {($checked)} syntax before it’s used in the TodoMVC Guide
Explain the ($click) syntax before it’s used in the TodoMVC Guide
Improve the wording of the “In this section, we will” points in the TodoMVC Guide’s “List Todos” section
The text was updated successfully, but these errors were encountered:
The biggest change in this commit is not using the generic API names in the descriptions that appear before the code changes.
Here’s an example of a sentence that appeared previously:
> Use `{{#each expression}}` to loop through every todo.
With this commit, the following is displayed:
> Use `{{#each todos}}` to loop through every todo.
The code still links to the API docs and it makes it easier for readers to connect the sample code with the description.
Related to #2867
Some things I’m going to look into improving:
Quick Fixes:
id: "string"
toid: "number"
in the TodoMVC GuideChat Guide:
serialize: false
in the JavaScript code description in the Chat Guide’s “Route between two pages” sectionmessagesPromise
before it’s used in the “List Messages” HTMLTodoMVC Guide:
set.Algebra
before it’s first used{($checked)}
syntax before it’s used in the TodoMVC Guide($click)
syntax before it’s used in the TodoMVC GuideThe text was updated successfully, but these errors were encountered: