docs: typo cleanup
This commit is contained in:
parent
115bd30708
commit
8d6cf48b41
|
@ -13,7 +13,6 @@
|
||||||
# React
|
# React
|
||||||
|
|
||||||
- create one file per one component (tiny helper components in the same file are fine)
|
- create one file per one component (tiny helper components in the same file are fine)
|
||||||
- if
|
|
||||||
- name file identically to the component it describes (e.g. `const DisplayForecasts: React.FC<Props> = ...` in `DisplayForecasts.ts`)
|
- name file identically to the component it describes (e.g. `const DisplayForecasts: React.FC<Props> = ...` in `DisplayForecasts.ts`)
|
||||||
- use named export instead of default export for all React components
|
- use named export instead of default export for all React components
|
||||||
- it's better for refactoring
|
- it's better for refactoring
|
||||||
|
|
Loading…
Reference in New Issue
Block a user