- Use the
Loading
class for lazy loaded placeholders. - If you need to update a component's state based on the previous state, use callbacks.
- There's a top-down structure. Children should not know anything about their parents.
- Methods will be so useful when I extract
Sudoku
somewhere else
- Methods will be so useful when I extract