All activity
沈昶left a comment
I hope that after you use it, you can give more comments (https://github.com/Sam618/react-keep-alive/issues), I will improve the optimization soon.

Using Vue's <keep-alive> in ReactKeep your React components alive
If you've used Vue, you know that it has a very good component (keep-alive) that keeps the state of the component to avoid repeated re-rendering.
But you want to have this effect in React is difficult, so I wrote this component to achieve this effect.

Using Vue's <keep-alive> in ReactKeep your React components alive
