Skip to content

Commit 8b8b8b5

Browse files
updated readme
1 parent a668ac2 commit 8b8b8b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Reactime is a debugging tool for React developers. It records state whenever it is changed and allows the user to jump to any previously recorded state.
2020

21-
This dev tool is for React apps using stateful components and prop drilling, and has beta support for Context API, conditional state routing, Hooks (useState) and functional components.
21+
This dev tool is for React apps using stateful components and prop drilling, and has beta support for Context API, conditional state routing, Hooks (useState, useEffect) and functional components.
2222

2323
One thing to note is that this library does not work well when mixing React with direct DOM manipulation.
2424

@@ -95,6 +95,10 @@ Jumping is the most important feature of all. It allows you to jump to any previ
9595
- **David Chai** - [@davidchaidev](https://github.com/davidchaidev)
9696
- **Yujin Kang** - [@yujinkay](https://github.com/yujinkay)
9797
- **Andy Wong** - [@andywongdev](https://github.com/andywongdev)
98+
- **Chris Flannery** - [@chriswillsflannery](https://github.com/chriswillsflannery)
99+
- **Rajeeb Banstola** - [@rajeebthegreat](https://github.com/rajeebthegreat)
100+
- **Prasanna Malla** - [@prasmalla](https://github.com/prasmalla)
101+
- **Rocky Lin** - [@rocky9413](https://github.com/rocky9413)
98102

99103
## License
100104

0 commit comments

Comments
 (0)