philly-js-club / philly-js-club-website

The website for Philly JS. Powered by React, Remix, and TypeScript. 🔔✨
https://phillyjs.com
MIT License
9 stars 17 forks source link

chore: remove unnecessary unstable_defineLoader #103

Closed brophdawg11 closed 4 months ago

brophdawg11 commented 4 months ago

In preparation for the livestream tomorrow - removing the unstable_defineLoader API that shipped originally with Single Fetch but is going to be removed in an upcoming Remix release. That way we don't show anyone any dead APIs that's are on the way out. We still get effectively the same + correct type-inference from export function loader in our simplistic use cases