mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-12 05:26:43 +00:00
Re-defined.
^
This commit is contained in:
parent
c7735b0810
commit
258b96023c
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ let Identity = v => ({ chain: transform => transform(v) })
|
||||||
|
|
||||||
## Isomorphic
|
## Isomorphic
|
||||||
|
|
||||||
> <del>When the same code runs on the client and the server</del> **[Wrong](https://www.youtube.com/watch?v=5gDn28kghdQ)**
|
> When the same code is shared between the client and the server.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue