mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 10:36:45 +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
|
||||
|
||||
> <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