-
Hello. I have to save state of some components when they are unmounted because constructing the state everytime can be costlier. @Havunen advised to use some state management system. May I have some recommendations which don't make the bundle size much bigger nor add much runtime overhead? |
Beta Was this translation helpful? Give feedback.
Answered by
Havunen
Aug 25, 2023
Replies: 2 comments 1 reply
-
bump @Havunen |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it depends heavily what features you need from the state management library. You can always build your own.
Have you tried laco?
https://github.com/deamme/laco
That library is so small that you should be able to underatand how it works and then you can roll your own or keep using it