phantom
phantom copied to clipboard
Clean up examples/ code
Some of code in examples/
was written pretty hastily. It could use some love.
- Remove stray
console.logs
- Organize CSS styles and remove unused ones
- Destructure variables where you can (use discretion)
- Organize the file structure for
pizza
andtodo
(like incalculator
, separateredux
,functions
into own files) - Rename vaguely named variables/actions for semantic powerz
よろしく御願いします。
@nayelyrodarte