Skip to content

Commit 4c67809

Browse files
committed
Initial commit
0 parents  commit 4c67809

29 files changed

+4005
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
.vscode
3+
tsconfig.temp.json

notes/FUTURE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Things to add
2+
3+
Function overloads in custom hooks?
4+
function overloads in components?
5+
Omit, Pick, interface extends with props
6+
Picking props from external libraries
7+
Running TypeScript on CI

og-image.png

163 KB
Loading

0 commit comments

Comments
 (0)