2024-05-14

I appreciate projects like Next.JS put a lot of effort into their guides, but they still need to provide a basic API reference. Knowing about request helpers is fine, but do they return strings or arrays? What if a query parameter’s not set? This is stuff I need to know. 🤷

If I have to learn the details of your API via errors from the type checker, then there’re certain things missing from your project docs.