Skip to content

Commit 25c69dc

Browse files
committed
More todos
1 parent 4c1133f commit 25c69dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/react-scripts/template/src/Hello.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ HCC.__setImpl(HOCClass(CounterClass));
1414
HCF.__setImpl(HOCClass(CounterFunction));
1515
HFC.__setImpl(HOCFunction(CounterClass));
1616
HFF.__setImpl(HOCFunction(CounterFunction));
17-
1817
Hello.__setImpl(function HelloImpl() {
1918
const [value] = useState(Math.random());
2019

2120
return (
2221
<h3>
2322
{value.toString().slice(0, 5)}
2423
<br />
25-
world
24+
hello world!!!
2625
<br />
2726
class: <CounterClass hocChild />
2827
<br />

packages/react-scripts/template/src/TODO.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
- frags
22
- error handling
3+
- offer a way to reset?
4+
- hooks
5+
- remount on error?
6+
- compare introspection?
37
- hocs?
48
- with self as input
59
- returning a class

0 commit comments

Comments
 (0)