https://github.com/co2-git/reacted-link
https://github.com/co2-git/reacted-link
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/co2-git/reacted-link
- Owner: co2-git
- Created: 2016-02-22T04:47:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T04:47:38.000Z (over 10 years ago)
- Last Synced: 2025-02-01T16:23:19.318Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 (
);
}
}
```