Skip to content

Commit

Permalink
Update Dev Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Aug 17, 2020
1 parent 0b42a70 commit 943ff28
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Dev Logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T

---

<!-- ### Monday 8/17/20 -->
### Monday 8/17/20
- Experimented with [React Styleguidist](https://react-styleguidist.js.org/) for React styleguide generation.
- Will need to restructure `/src` directory and create modular components
_Example:_
```
/src/components/
├── ComponentName
│   ├── ComponentName.css Component CSS (if used)
│   ├── ComponentName.js Componenet
│   ├── ComponentName.md Styleguidist Content
│   └── index.js Exports Component
```

<!-- ### Tueday 8/18/20 -->

Expand Down

0 comments on commit 943ff28

Please sign in to comment.