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

Get hot reloading to work for development #275

@kumar303

Description

@kumar303

Describe the problem and steps to reproduce it:

  • Start all development processes with yarn dev
  • Open Redux Developer Tools
  • Sign in to the app
  • Sign out
  • Open components/App/index.tsx and edit the text saying "Please log in..."

What happened?

The page does a full refresh to show the new text. You lose all of your Redux state.

What did you expect to happen?

The App component should be hot reloaded to show the new text, preserving Redux state.

Anything else we should know?

Upstream issue: facebook/create-react-app#6503

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions