Projekt

Obecné

Profil

« Předchozí | Další » 

Revize bc25708c

Přidáno uživatelem Fantič před více než 1 rok

#re 10797 NoteListView lazy loading -> scroll load more notes

Zobrazit rozdíly:

src/stores/actions/notesThunks.ts
2 2
import { createNoteRequest, deleteNoteRequest, getAllNotesRequest, updateNoteRequest } from "../../api/notesservice"
3 3
import { SortOptions } from "../../types/general";
4 4
import { Note } from "../../types/note";
5
import { useDispatch } from "react-redux";
6
import { AppDispatch } from "../store";
7 5

  
8 6
export const deleteNote = createAsyncThunk(
9 7
    "notes/deleteNote",

Také k dispozici: Unified diff