Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vslinko/observable-components-test

[EXAMPLE PROJECT] Observable React Components
https://github.com/vslinko/observable-components-test

Last synced: 4 days ago
JSON representation

[EXAMPLE PROJECT] Observable React Components

Awesome Lists containing this project

README

        

# Observable React Components

## Key Features

* Component is pure function
> [src/components/Item.js]

* Component can return ReactElement or Observable that returns ReactElement
> [src/components/Item.js]

> [src/components/ItemsList.js]

* Stores is pure function that reduces state
> [src/stores/items.js]

* Action Creator is function that returns action
> [src/actions/items.js]

[src/components/Item.js]: src/components/Item.js
[src/components/ItemsList.js]: src/components/ItemsList.js
[src/stores/items.js]: src/stores/items.js
[src/actions/items.js]: src/actions/items.js