Skip to content

Commit 079463e

Browse files
CodeChiefLipiotrwitek
CodeChiefLi
authored andcommitted
Sfc to fc (#124)
📖Update to use FC and not SFC DefinitelyTyped/DefinitelyTyped#30364 By @Pau1fitz: * Initial work By @piotrwitek * rebase on master * Refactored all references related to SFC, stateless & stateful in favour of function and class components * Other minor improvements
1 parent 5156d5f commit 079463e

36 files changed

+320
-298
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Don't edit `README.md` directly - it is generated automatically from `README_SOU
2222
**Source code inject directives:**
2323
```
2424
# Inject code block with highlighter
25-
::codeblock='playground/src/components/sfc-counter.tsx'::
25+
::codeblock='playground/src/components/fc-counter.tsx'::
2626
2727
# Inject code block with highlighter and expander
28-
::expander='playground/src/components/sfc-counter.usage.tsx'::
28+
::expander='playground/src/components/fc-counter.usage.tsx'::
2929
```

0 commit comments

Comments
 (0)