Skip to content

Commit

Permalink
Merge pull request #24 from dejenerate/patch-1
Browse files Browse the repository at this point in the history
Update api-intro.md
  • Loading branch information
mathgladiator authored Mar 16, 2021
2 parents 2b8a712 + 23f9011 commit bca92a3
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit bca92a3

Please sign in to comment.