//constants export const INCREASE_POST_LIMIT = 'INCREASE_POST_LIMIT'; export const INIT_PREVIEW = 'INIT_PREVIEW'; export const FETCHING = 'FETCHING'; export const FILTER_PREVIEW = 'FILTER_PREVIEW'; export const LOAD_POST = 'LOAD_POST';