Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

orballo/very-tiny-router

Repository files navigation

Very Tiny Router

A very tiny router (source agnostic) for Frontity.

Router action

const Button = () => {
  const { actions } = useConnect();

  const handleClick = () => {
    actions.router.set("/");
  };

  return <button onClick={handleClick}>Go Home</button>;
};

Link component

import Link from "@orballo/very-tiny-router/link";

const Component = () => {
  return <Link link="/">Go Home</Link>;
};

About

A very tiny router (source agnostic) for Frontity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published