Skip to content

Commit

Permalink
Update text/0000-router-helpers.md
Browse files Browse the repository at this point in the history
Co-Authored-By: chadhietala <chadhietala@gmail.com>
  • Loading branch information
locks and chadhietala committed Oct 29, 2018
1 parent 0b8084c commit 42e7fb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion text/0000-router-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ Since angle bracket invocation does not support positional params, `{{link-to}}`

### Costly API

`{{link-to}}` has [a lot of functionality](#kitchen-sink), however this functionality does come at a cost for every instance of `{{link-to}}`. This is not ideal especially if you're just using `{{link-to}}` to generate a url that can be transitioned to. By providing fine grain control of the functionality, applications should see a performance boost.
`{{link-to}}` has [a lot of functionality](#kitchen-sink).
This functionality come at a cost for every instance of `{{link-to}}`.
This is not ideal, especially if you're just using `{{link-to}}` to generate a URL that can be transitioned to.
By providing fine-grained control of the functionality, applications should see a performance boost.

## Detailed design

Expand Down

0 comments on commit 42e7fb5

Please sign in to comment.