@@ -175,7 +175,7 @@ and seem to cover the vast majority of the patterns which occurred in that codeb
175
175
Two things can already be noted here : we haven't had to write ** any** merging code by hand, and
176
176
the structure of our application is more self-evident, i.e. simpler to read.
177
177
178
- Let's now see another example, which addresses a very fundamental need of web application .
178
+ Let's now see another example, which addresses a very fundamental need of web applications .
179
179
180
180
## Nested routing
181
181
The following implementation corresponds to :
@@ -305,7 +305,7 @@ modifying arguments, deleting branches of the component tree, stubbing component
305
305
Next, we have a look at complex control flow logic (branching, jumping, looping, etc.).
306
306
307
307
## Multi-step workflow
308
- The specification for a multi-step application process, as coming from designer team, is as
308
+ The specification for a multi-step application process, as coming from the designer team, is as
309
309
follows :
310
310
311
311
![ sequence] ( https://camo.githubusercontent.com/d64fd08f45bd5c28e5cd237ef095f5181c89ea72/687474703a2f2f692e696d6775722e636f6d2f42466a6667575a2e706e67 )
@@ -326,7 +326,7 @@ specified in the form of a state machine, and implemented with the `EFSM` compon
326
326
- [ Demo repo] ( https://github.com/brucou/component-combinators/tree/master/examples/volunteerApplication )
327
327
- [ The case for state machines in UI programming] ( http://brucou.github.io/projects/component-combinators/efsm---the-case-for-ui-programming/ )
328
328
- [ EFSM combinator - documentation] ( http://brucou.github.io/projects/component-combinators/efsm---documentation/ )
329
- - [ EFSM combinator - example application] ( http://brucou.github.io/projects/component-combinators/efsm---example-application/ ) .
329
+ - [ EFSM combinator - example application] ( http://brucou.github.io/projects/component-combinators/efsm---example-application/ )
330
330
331
331
Let's continue with the combinator covering iteration logic.
332
332
0 commit comments