You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-10Lines changed: 52 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ const Component = () => {
39
39
> **Warning**
40
40
> Do not annotate the type of the loader/action function. It will break the type-safety. Instead rely on either the `satisfies` keyword from Typescript 4.9 onwards, or the `makeLoader` / `makeAction` utilities proveded by this library.
41
41
42
-
### Utilities
42
+
## Utilities
43
+
44
+
### makeLoader / makeAction
43
45
44
46
The `makeLoader` and `makeAction` utils replace the need for the `satisfies` keyword without adding any runtime overhead.
0 commit comments