Just a space to keep track of opinionated ways to organise front end application code.
Having a crack
- Each component should have its own style and tests
- Type alias (type itself which I have put in the
models
folder) are PascalCase. Exampletype TeamLead = {…}
.
1 | spa |
Ducks
Ducks is just a convention, its a way of organising features.
Here clients
is the feature and Im not really sold on Pascal like the example above.
1 | spa |