Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Add api data and update README for doc viewer #171

Merged
merged 1 commit into from Apr 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -27,9 +27,10 @@ npm install @dojo/widget-core
* All state operations are recorded per process and undoable via a process callback
* Supports the optimistic pattern with the ability to roll back on a failure
* Fully serializable operations and state

<!-- start-github-only -->

-----

- [Overview](#overview)
- [Basics](#basics)
- [Operations](#operations)
Expand All @@ -52,6 +53,8 @@ npm install @dojo/widget-core

-----

<!-- end-github-only -->

## Overview

Dojo 2 stores is a predictable, consistent state container for Javascript applications with inspiration from Redux and Flux architectures. However, the `@dojo/stores` package aims to provide more built-in support for common patterns such as asynchronous behaviors, undo support and **more**!
Expand Down Expand Up @@ -618,3 +621,9 @@ or
## Licensing information

© 2018 [JS Foundation](https://js.foundation/). [New BSD](http://opensource.org/licenses/BSD-3-Clause) license.

<!-- doc-viewer-config
{
"api": "docs/api.json",
}
-->