1.0.14 • Published 6 months ago

@npm.piece/common-frontend v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Common utilities for frontend

Custom base query for rtk query

import { createApi } from '@reduxjs/toolkit/query/react'
import { createAxiosBaseQuery } from '@npm.piece/common-frontend'
import { instance } from '@app/api/axios'

const baseQuery = createAxiosBaseQuery(instance)

export const api = createApi({
  baseQuery,
  reducerPath: 'reducer',
  endpoints: () => ({}),
})
1.0.14

6 months ago

1.0.13

7 months ago

1.0.12

7 months ago