-
Couldn't load subscription status.
- Fork 0
Open
Description
- Create collection with transformers, url templates, and other metadata for characters, comices, etc.
- Magic number: rename to
const [offset, setOffset] = useState(410); DATASET_OFFSET - Rewrite to:
react-project-kpi/project/src/components/charList/CharList.js
Lines 17 to 20 in b29c4c3
let ended = false; if (newCharList.length < 9) { ended = true; }
const ended = newCharList.length < 9;- Rewrite:
initial ? onCharListUpdate(false) : onCharListUpdate(true);->onCharListUpdate(initial)
Metadata
Metadata
Assignees
Labels
No labels