Loader

    0

    0

    Jose Romero

    Remix TypeScript public recipes

    The loader exports an async function that returns a JavaScript object. This object contains a property called data, which is a JSON object.

    Library: remix

    Shortcut: remix.loader.json

    import { json } from "remix";
    
    export const loader = async () => {
      return json(data);
    };
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.