Skip to content

Instantly share code, notes, and snippets.

@ac360
Last active November 9, 2019 03:27
Show Gist options
  • Save ac360/79988fa6f300fdf8b7a46c71038d541f to your computer and use it in GitHub Desktop.
Save ac360/79988fa6f300fdf8b7a46c71038d541f to your computer and use it in GitHub Desktop.
Components.md
# Components
### Component Strategy
* Focus on the use-cases we want to deliver.
* Write Components only for those, do not bother with breaking everything into a child Component.
* Focus on supporting those use-cases best and providing the best possible customer experience.
* Modularity and reusability is not a priority (at this time), only if necessary.
### Component & Dashboard Integration
### Custom Commands
```
sls local -c api
```
### Stages
### Names, Concepts & Dashboard Organization
Alias
### Breaking Changes
### Types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment