Skip to content

Commit d4013b8

Browse files
author
brucou
committed
chore(README): update
1 parent d95fd8f commit d4013b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ The proposed library has the following combinators :
385385

386386
| Combinator | Description |
387387
| --------- | :-----|
388+
| [Combine](http://brucou.github.io/projects/component-combinators/Combine/) | The simplest combinator, which traverses a component tree, applying default merge functions to components' sinks along the way. Distinguishes between DOM sink and non-DOM sink, and implements a slot mechanism for merging DOM sinks |
389+
| [InSlot](https://brucou.github.io/projects/component-combinators/inslot/) | Assign DOM content to a slot ([a la web component](https://alligator.io/web-components/composing-slots-named-slots/))|
388390
| [OnRoute](http://brucou.github.io/projects/component-combinators/router/) | Activate a component based on the route changes. Allows nested routing. |
389391
| [Switch](http://brucou.github.io/projects/component-combinators/switch/) | Activate component(s) depending on the incoming value of a source|
390392
| [FSM](http://brucou.github.io/projects/component-combinators/efsm---example-application/) | Activate components based on inputs, and current state of a state machine. Allows to implement a flow of screens and actions according to complex control flow rules. |
@@ -393,8 +395,6 @@ The proposed library has the following combinators :
393395
| [Pipe](https://brucou.github.io/projects/component-combinators/pipe/) | Sequentially compose components |
394396
| [InjectSources](http://brucou.github.io/projects/component-combinators/injectsources/) | Activate a component which will be injected extra sources |
395397
| [InjectSourcesAndSettings](http://brucou.github.io/projects/component-combinators/injectsourcesandsettings/) | Activate a component which will receive extra sources and extra settings |
396-
| [InSlot](https://brucou.github.io/projects/component-combinators/inslot/) | Assign DOM content to a slot ([a la web component](https://alligator.io/web-components/composing-slots-named-slots/))|
397-
| [Combine](http://brucou.github.io/projects/component-combinators/Combine/) | The simplest combinator, which traverses a component tree, applying default merge functions to components' sinks along the way. Distinguishes between DOM sink and non-DOM sink, and implements a slot mechanism for merging DOM sinks |
398398
| [m](http://brucou.github.io/projects/component-combinators/mm/) | The core combinator from which all other combinators are derived. `m` (for *merge*) basically traverses a component tree, applying default or provided reducing functions along the way. |
399399

400400
Documentation, demo and tests for each combinator can be found in their respective repository.

0 commit comments

Comments
 (0)