We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1133f commit 25c69dcCopy full SHA for 25c69dc
packages/react-scripts/template/src/Hello.js
@@ -14,15 +14,14 @@ HCC.__setImpl(HOCClass(CounterClass));
14
HCF.__setImpl(HOCClass(CounterFunction));
15
HFC.__setImpl(HOCFunction(CounterClass));
16
HFF.__setImpl(HOCFunction(CounterFunction));
17
-
18
Hello.__setImpl(function HelloImpl() {
19
const [value] = useState(Math.random());
20
21
return (
22
<h3>
23
{value.toString().slice(0, 5)}
24
<br />
25
- world
+ hello world!!!
26
27
class: <CounterClass hocChild />
28
packages/react-scripts/template/src/TODO.md
@@ -1,5 +1,9 @@
1
- frags
2
- error handling
3
+ - offer a way to reset?
4
+- hooks
5
+ - remount on error?
6
+ - compare introspection?
7
- hocs?
8
- with self as input
9
- returning a class
0 commit comments