1.0.4 • Published 2 months ago

react-dummy-json v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

react-dummy-json

A ReactJS hook to get the dummy json data.

How to use it?

You can use the project in this way:

Install

# with npm
npm i react-dummy-json

# with yarn
yarn add react-dummy-json

Usage

  • Import the package in your app:
import {
  useUsers,
  usePost,
  useComment,
  useCart,
  useProduct,
  useTodo,
  useQuotes,
  useRecipe,
  useDecoration,
  useFragrance,
  useAutomotive,
  useFurniture,
  useGroceries,
  useLaptop,
  useLighting,
  useMotorcycle,
  usePhone,
  useSkincare,
  useSunglass,
  useTops,
  useBags,
  useDress,
  useJewellery,
  useShoes,
  useWatch,
} from "react-dummy-json";
  • Get the dummy json data from the hooks:
const data = useUsers();
1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago