teaful icon indicating copy to clipboard operation
teaful copied to clipboard

🍵 Tiny, easy and powerful React state management

Results 23 teaful issues
Sort by recently updated
recently updated
newest added

**Create hooks** for **calculated store values**: _Example:_ ```js const usePriceWithIva = createSelector( () => useStore.cart.price, (val) => val + (val * 0.21) ); ``` The `val + (val * 0.21)`...

enhancement

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...