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

getRouterState

A getter for router state.

Types

interface RouterLocation {
  pathname: string;
  search: string;
  type: 'push' | 'replace';
}

interface RouterState {
  location: RouterLocation | null;
  prevLocation: RouterLocation | null;
}
← RouterActionsLink →
  • Types
typeless
Docs
Getting StartedAPI Reference
Community
Spectrum
More
GitHub
Copyright © 2020 Łukasz Sentkiewicz