Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/starfx/mdw/store.ts

A micro-mvc framework for react apps
Latest
import * as starfx from "https://deno.land/x/starfx@v0.13.4/mdw/store.ts";

Functions

This middleware is a composition of many middleware used to faciliate the createApi.

This middleware will automatically cache any data found inside ctx.json which is where we store JSON data from the mdw.fetch middleware.

This middleware will track the status of a middleware fn

This middleware will track the status of a fetch request.