routines.ts 216 Bytes Raw Blame History Permalink 1 2 3 4 5 import { createThunkRoutine } from 'redux-thunk-routine'; export const fetchThreadContents = createThunkRoutine('FETCH_THREAD_CONTENTS'); export const postThreadContent = createThunkRoutine('POST_THREAD_CONTENT');