Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update api-intro.md #24

Merged
merged 1 commit into from
Mar 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/docs/api-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
id: api-intro
title: Platform API Introduction
---
Browsers and mobile devices will use WebSockets to connect to the dev-kit (and future platform).
Browsers and mobile devices will use WebSockets to connect to the dev-kit (and any future platform).

## Meta
- [ ] find great simple API example
- [ ] define schema for API pages
- [ ] make more examples beyond chat
- [ ] Find a simple API example
- [ ] Define a schema for API pages
- [ ] Make more examples beyond chat

## The WebSocket Connection

Expand All @@ -25,14 +25,14 @@ Browsers and mobile devices will use WebSockets to connect to the dev-kit (and f

## JSON Merge

- [ ] talk about JSON merge.
- [ ] Talk about JSON merge.

## The Reactive Tree Model

- [ ] outline the current API
- [ ] talk about ordering of events
- [ ] synchronizing browser DOM
- [ ] maximizing stability of the tree
- [ ] Outline the current API
- [ ] Talk about ordering of events
- [ ] Synchronize browser DOM
- [ ] Maximize stability of the tree

## Plan
- [ ] Design: Reflect
Expand Down