Skip to content

wolfsilver/keep-alive

Repository files navigation

React Keep Alive Component

The React Keep Alive component is a utility component that helps in preserving the state of mounted components even when they are unmounted from the DOM. It can be useful in scenarios where you want to maintain the state of a component across different routes or when you want to improve performance by avoiding re-rendering of components.

Installation

You can install the React Keep Alive component using npm or yarn:

npm install react-router-keepalive

Usage

Layout is a component that uses the KeepAlive component to preserve the state of the component when the route changes.

KeepAlive is a utility component that preserves the state of the component when it is unmounted from the DOM.

About

React Keep Alive Component

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published