Skip to content

Commit 9a0d3d3

Browse files
authored
Merge pull request #115 from jannismilz/patch-1
Remove description from different page
2 parents e7f7b61 + 395133a commit 9a0d3d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/patterns/remapping.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ head:
1515
---
1616

1717
# Remapping
18-
To use Cookie, you can extract the cookie property and access its name and value directly.
19-
2018
As the name suggest, this allow us to remap existing `state`, `decorate`, `model`, `derive` to anything we like to prevent name collision, or just wanting to rename a property.
2119

2220
By providing a function as a first parameters, the callback will accept current value, allowing us to remap the value to anything we like.

0 commit comments

Comments
 (0)