Skip to content

anilrathod04/connected-react-router-akita

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connected React Router Akita

A React Router v4/v5 binding with Akita.

This is a mono repo which has 3 packages.

  1. @nitor-infotech/connected-akita-router-core - A core Package which create a router store and has logic to update and fetch state data.
  2. @nitor-infotech/connected-akita-router-component - A Package that provides a HOC Class component which listents to history and update in Akita store. It internally uses core package.
  3. @nitor-infotech/connected-akita-router-fn-component - It provides a HOC Functional component which uses React Hooks. It listens to history and update in Akita store. It internally uses core packages methods.

You can directly use either @nitor-infotech/connected-akita-router-component or @nitor-infotech/connected-akita-router-fn-component in your application to directly integrate React Router with Akita store.

If You wish to manually manage akita store and components go for @nitor-infotech/connected-akita-router-core.

About

An Akita binding for React Router v4 and v5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.3%
  • JavaScript 16.7%