sangte
sangte copied to clipboard
Sangte is a fancy React state management library.
By default, state is removed when no component is referencing it. Therefore, state can be lost unexpectedly when the state is used from page A and B, and user redirects...
As a Korean, I really liked the name `sangte` since it just makes sense. However, after putting myself into foreign developers' shoes, I thought that they might not like it...
Adding `preserveModules: true` to `rollup.config.js` and `sideEffects: false` to `package.json`