Skip to content

Add redux.js to add support for state storage #418

@janine9vn

Description

@janine9vn

Description

There will be scenarios where we may want to re-render a page/component but keep track of prior state/entries for better user experience. Redux.js is how we'll be approaching this

Example Scenario

When there's a submission error and the user has to log in again, we don't want them to lose the response they were about to submit.

Considerations

  • We should incorporate redux into our current react setup.
  • We use typescript, so we should be sure to follow the correct setup, taking inspiration from this
  • Make sure our documentation/README is adjusted to include this new dependency and way of approaching the forms app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions