0.1.9 • Published 7 months ago

mufe v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Disclaimer: This package is in alpha release and isn't recommended for production.

Mufe.js

Map-based\ Utility\ For\ Efficiency

  • Familiar: Based on React hooks.
  • Fast: Fully synchronous queries.
  • Lightweight: No dependencies needed.

Usage (ESM)

import { useMufe } from "mufe";

const foo = useMufe("foo", {
  revalidate: 5, // 5 seconds
  update: () => "bar",
});

console.log(foo); // bar

Examples

Mufe with Prisma

0.1.0

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.9

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.0.1

4 years ago