teaful
teaful copied to clipboard
🍵 Tiny, easy and powerful React state management
**Create hooks** for **calculated store values**: _Example:_ ```js const usePriceWithIva = createSelector( () => useStore.cart.price, (val) => val + (val * 0.21) ); ``` The `val + (val * 0.21)`...
If I use type="module" in package.json There will show the Error above: SyntaxError: Cannot use import statement outside a module Hope this can be solved Really like and need Teaful...
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please...