repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
1441fb4
parent
96afdb8
author
Eric Bower
date
2023-12-19 01:50:34 +0000 UTC
docs: readme
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -369,7 +369,7 @@ them with `starfx`. If the `mdw.fetch()` middleware detects `ctx.response` is
2 already filled then it skips making the request. Let's take the update user
3 endpoint example and provide stubbed data for our tests.
4 
5-```ts
6+```tsx
7 import { fireEvent, render, screen } from "@testing-library/react";
8 import { useDispatch, useSelector } from "starfx/react";
9 import { db } from "./schema.ts";