Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Start teaching the abstract concept of state earlier in the course #317

Open
@illicitonion

Description

@illicitonion

Right now we teach both the idea of state, and React's handling of state, all together in the React module.

This has a few issues:

  1. It adds to cognitive load of the React module
  2. It means our trainees often struggle to consider the idea of state outside of React (e.g. in an interview question context)
  3. It makes it harder to understand what React is doing and how to use it - because e.g. in the TV project they haven't encountered the concept of state, it's harder for them to decompose how to work in React into state/state-transitions/rendering-given-state.

We should work out where we can earlier introduce the concept of state, and do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentRelated to the content of the syllabusenhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions