Default Component

    0

    0

    Jose Romero

    Remix JavaScript public recipes

    Simple component in remix with a link.

    Library: remix

    Shortcut: remix.component.simple

    import { Link } from "remix";
    
    export default function Component() {
      return (
        <div>
          <h1>Hello World!</h1>
          <Link to="/route">A Route</Link>
        </div>
      );
    };
    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.