typeless

typeless

  • Docs
  • API
  • Github

›API Reference (router)

Introduction

  • Quick Start
  • Motivation
  • Examples
  • Starters Kits
  • Roadmap

Using typeless

  • HMR
  • Code-Splitting

API Reference

  • createModule
  • createSelector
  • useActions
  • useMappedState
  • useSelector
  • ChainedReducer
  • Epic
  • Handle
  • Rx

API Reference (router)

  • createUseRouter
  • RouterActions
  • getRouterState
  • Link

API Reference (form)

  • createForm
  • FormActions

Link

A basic react component for navigation. It has exactly the same props as a native <a /> component.

Example

import { Link } from 'typeless-router';


export function Foo() {
  return (
    <div>
      <Link href="/foo" />
    </div>
  );
}
← getRouterStatecreateForm →
typeless
Docs
Getting StartedAPI Reference
Community
Spectrum
More
GitHub
Copyright © 2020 Łukasz Sentkiewicz