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

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please...

- [ ] rewrite with useSyncExternalStore. **What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [x] Bug fix [ ] New...

if this error happens usually means what happen when trigger my teaful setState ??

teaful: 0.10.0 node: v15.14.0 npm : 7.7.6 ```` import { useEffect, useState } from 'react' import createStore from 'teaful' import './App.css' import ErrorBoundary from './components/ErrorBoundary' const initialStore = { number:...

bug

https://github.com/teafuljs/teaful/issues/60 It's working in progress. I have put the following comment `// @ts-nocheck`, but before merging this PR has to be deleted so that all types are corrected. - [x]...

IMO must-have in modern projects. a simple reference: https://github.com/vercel/next.js/blob/canary/.prettierrc.json

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [ X] Other, please...

**What version of this package are you using?** 0.11.0-canary.1 **What operating system, Node.js, and npm version?** Macos Node16 **What happened?** Failed to infer Type when using Union Types ``` typescript...

**What version of this package are you using?** 0.1.0 **What operating system, Node.js, and npm version?** macos, node v16.9.1, npm v8.3.0 **What happened?** When i build my module with microbundle,...

**What version of this package are you using?** 0.5.0 **What problem do you want to solve?** using TypeScript My store.ts has ``` import createStore from "fragstore"; import { IServiceTypes }...