-
Notifications
You must be signed in to change notification settings - Fork 0
3. Problem Solving Approach
togiberlin edited this page Oct 11, 2020
·
2 revisions
- Build a static version of the component with hardcoded mock data.
- Break down the static HTML into components with parent -> child data flow.
- Hard code the initial state.
- Create state mutations.
- Rinse and repeat.
- Code state objects.
- Create mutations, that will occur.
- Create actions, which will call mutations.
- Create getters for computed state data.
- Rinse and repeat.