Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/react-course-code
/ Data
Interface
Data
hook-test/src/App3.tsx:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { Reducer, useReducer } from
"react"
;
2
3
interface Data {
4
result: number;
5
}
6
7
interface Action {
8
type:
'add'
|
'minus'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected