Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
New Examples (#379)
Browse files Browse the repository at this point in the history
* Removes all examples

* Adds flux-shell

* Add flux-shell readme

* Adds start of flux-todomvc

* Set up first steps of flux-todomvc

* Updates flux-todomvc readme

* Updates flux-todomvc readme

* Updates flux-todomvc readme

* Adds setup flux step to flux-todomvc

* Add prerequisites section to flux-todomvc readme

* Add rendering some todos step

* Add interactivity

* Add new todo functionality

* Add deleteCompletedTodos

* Add mark all as complete button

* Add edit functionality to todos

* Fixes formatting in readme

* Add flux-flow example

* Add flow annotation to flow example files

* Import react

* Update flow example

* Update flow example

* Add todos for future examples

* Add logging example

* Update to todomvc readme

* Add flux-jest example

* Fix wording

* add reference to TodoStore

* Add more context to the comment

* Update flux-flow readme

* Add note about explicit import to fluxlogging readme

* Add flux-jest-container example

* Fix typos

* Copy todomvc and add server impl

* update app.js

* async example, first pass

* Delete incorrect readme

* nit

* remove unnecessary flow ignore

* Add fake errors and handling in async example

* Finish async code

* Update async example readme

* Add flux concepts

* Update flux-concepts

Summary of different concepts

* Update flux-concepts

Mention that there should be many stores.

* Add files via upload

* Update flux-concepts

Minor changes, and adds diagram.

* Add link to flux-concepts in flux-todomvc

* Update README.md

* Add disclaimer to flux-async

* Clean up website docs, and point to new examples
  • Loading branch information
kyldvs committed Dec 16, 2016
1 parent 07652c2 commit d95f9b9
Show file tree
Hide file tree
Showing 171 changed files with 6,418 additions and 4,942 deletions.
43 changes: 0 additions & 43 deletions docs/Actions-and-the-Dispatcher.ko-KR.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/Actions-and-the-Dispatcher.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/Chat.ko-KR.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/Chat.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/Examples-and-Tools.ko-KR.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/Examples-and-Tools.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Immutable.ko-KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: immutable-ko-KR
title: ImmutableJS – 불변 데이터
layout: docs
category: Complementary
category: Resources
permalink: http://facebook.github.io/immutable-js/
next: jest-ko-KR
lang: ko-KR
Expand Down
2 changes: 1 addition & 1 deletion docs/Immutable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: immutable
title: ImmutableJS – Immutable Data
layout: docs
category: Complementary
category: Resources
permalink: http://facebook.github.io/immutable-js/
next: jest
---
Loading

0 comments on commit d95f9b9

Please sign in to comment.