You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/architecture/convention.md
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Component file files are named with a capital hump, such as PostEditor.js, and t
8
8
#### sr71
9
9
10
10
Sr71.js is the asynchronous module of the project (utils/aysnc/sr71.js), which is mainly responsible for network request/event response and so on.
11
-
The name of the sr71 comes from the US military's sr71 blackbird reconnaissance plane. See the ansyc documentation for details.
11
+
The name of the sr71 comes from the US military's sr71 blackbird reconnaissance plane. See the [ansyc documentation](https://github.com/coderplanets/coderplanets_web/blob/docs/docs/js/async.md) for details.
12
12
13
13
#### Doramon
14
14
@@ -29,6 +29,33 @@ Mentioned:
29
29
- Synchronous or asynchronous logic should be extracted into the same directory's logic.js, React only does the view layer
30
30
- All styles should be in the styles/ folder under the same directory, and the style file is named after stake_style
31
31
32
+
33
+
### module import
34
+
35
+
based on [babel-resolver][https://github.com/tleunen/babel-plugin-module-resolver] 's config:
0 commit comments