Yevhen Piotrovskyi

Results 2 comments of Yevhen Piotrovskyi

```js import { useLoaderData } from "@remix-run/react" export const useCustomLoaderData = any>() => { return useLoaderData() as Awaited } ```

I don't feel this is uncommon pattern https://semver.org/ states “Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered...