We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982cc8c commit 6d6ec07Copy full SHA for 6d6ec07
1 file changed
README.md
@@ -22,6 +22,9 @@ yarn add @microstates/react
22
that will re-render the component on every transition.
23
24
```jsx
25
+import React from 'react';
26
+import useType from '@microstates/react';
27
+
28
function App() {
29
let number = useType(Number, 42);
30
0 commit comments