mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-28 01:56:10 +00:00
start useState
This commit is contained in:
parent
98ab1bce45
commit
2a4cd44504
8 changed files with 168 additions and 18 deletions
3
src/strategies/index.ts
Normal file
3
src/strategies/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { UseState } from "./useState";
|
||||
|
||||
export const strategies = [{ name: 'useState', component: UseState }]
|
Loading…
Add table
Add a link
Reference in a new issue