README.md
1.54 KB
[TOC]
React Redux WDS Co., Ltd. Standard
1. Structural Project
<Project Name>/
|-- node_modules
|-- public/
|-- src/
|-- actions/
|-- {action1}Action.jsx
|-- {action2}Action.jsx
|-- components/
|-- {group}/
|-- WDS{Component}Component.jsx
|-- resources/
|-- styles/
|-- css/
|-- {style}.css
|-- jsx/
|-- {style}Style.jsx
|-- images/
|-- js/
|-- WDS{Component}Constant.jsx
|-- WDS{Component}Controller.jsx
|-- history/
|-- history.jsx
|-- pages/
Same as Component and Template. Replace a "Component" or "Template" by "Page".
|-- reducers/
|-- index.js
|-- {reducer}Reducer.js
|-- resources/
|-- styles/
|-- css/
|-- {style}.css
|-- jsx/
|-- {style}Style.jsx
|-- images/
|-- js/
|-- Constants/
|-- URLConstant.js
|-- {xxx}Constant.js
|-- Controllers/
|-- {xxx}Controller.js
|-- Utils/
|-- {xxx}Util.js
|-- routes/
|-- {xxx}Routes.js
|-- templates/
|-- WDS{Template}Template.jsx
|-- resources/
|-- styles/
|-- css/
|-- {style}.css
|-- jsx/
|-- {style}Style.jsx
|-- images/
|-- js/
|-- WDS{Template}Constant.jsx
|-- WDS{Component}Controller.jsx
|-- App.jsx
|-- index.js
|-- package.json
|-- README.md
|-- .prettierrc
|-- yarn.lock
2. Declaration
Constant
Variable
123
Function
123
Variable
123
Function
123
Class
123
3. Event Handling
Test
4. Routing
route
5. Calling API
call
6. Default Component Property & Behavior
default