Skip to content
/ history Public
forked from cyclejs/history

Cycle.js URL Driver based on the rackt/history library.

License

Notifications You must be signed in to change notification settings

lius/history

 
 

Repository files navigation

@cycle/history

DISCLAIMER: V3.0.0 will only work with Cycle Diversity, if you are still using @cycle/core please continue to use v2.x.x

This is the standard Cycle driver for dealing with the History API.

This project is 100% compatible with mjackson/history, most notably used to create React-Router. This allows for a Cycle application to be embedded inside of an existing React application and share history instances.

Though this library makes use of the interface that the mjackson/history library provides, any other library can be used which satisfies the interface. For more information on this interface please see the documentation. Also take note of the ServerHistory object we have made to easily allow for server-side rendering of your Cycle application.

Install

$ npm install --save @cycle/history

About

Cycle.js URL Driver based on the rackt/history library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.8%
  • TypeScript 16.2%