Skip to content

Commit 82da19a

Browse files
authored
Merge pull request #1 from mpw/not-so-pure
Update Readme: remove "pure" from pure function
2 parents cc5d462 + c4726be commit 82da19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ I like to have a simpler mental model that I can ground myself in.
1010

1111
## Transformation
1212

13-
The core premise for React is that UIs are simply a projection of data into a different form of data. The same input gives the same output. A simple pure function.
13+
The core premise for React is that UIs are simply a projection of data into a different form of data. The same input gives the same output. A simple function.
1414

1515
```js
1616
function NameBox(name) {

0 commit comments

Comments
 (0)