Skip to content

Commit b9428b3

Browse files
merging all conflicts
2 parents f7e687e + b169178 commit b9428b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/hooks-state.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ prev: hooks-overview.html
88

99
*Hooki* są nowym dodatkiem w Reakcie 16.8. Pozwalają one na wykorzystanie stanu i innych funkcjonalności Reacta, bez użycia klas.
1010

11+
<<<<<<< HEAD
1112
W [poprzednim rozdziale](/docs/hooks-intro.html) przedstawiliśmy hooki następującym przykładem:
13+
=======
14+
The [introduction page](/docs/hooks-intro.html) used this example to get familiar with Hooks:
15+
>>>>>>> b1691780aa3178d39694264863210d34ad5a5f81
1216
1317
```js{4-5}
1418
import React, { useState } from 'react';

0 commit comments

Comments
 (0)