An open API service indexing awesome lists of open source software.

https://github.com/co2-git/reacted-link


https://github.com/co2-git/reacted-link

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

reacted-link
===

Control `window.history` via React components.

# Usage

```js
import React from 'react';
import Link from 'reacted-link';

class Layout extends React.Component {
render () {
return (

);
}
}
```