mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-28 01:56:10 +00:00
useSignal demo, wow
This commit is contained in:
parent
31a9a1b463
commit
17ec89d886
4 changed files with 144 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
import { UseReducer } from "./useReducer";
|
||||
import { UseSignal } from "./useSignal";
|
||||
import { UseState } from "./useState";
|
||||
|
||||
export const strategies = [
|
||||
{ name: 'useState', component: UseState },
|
||||
{ name: 'useReducer', component: UseReducer },
|
||||
{ name: 'useSignal', component: UseSignal },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue