There was an error while loading. Please reload this page.
1 parent 619f605 commit 0fd954dCopy full SHA for 0fd954d
docs/example-react-hooks-useReducer.md
@@ -1,3 +1,8 @@
1
+---
2
+id: example-react-useReducer
3
+title: useReducer
4
5
+
6
Basic example showing how to test the `useReducer` hook.
7
The most important thing is that we aren't testing the reducer directly - it's an
8
implementation detail of the component! Instead we are testing the component interface.
0 commit comments