diff --git a/Dev Logs.md b/Dev Logs.md index 58e8017..b6b0b37 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -13,7 +13,18 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T --- - +### 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 + ```