0.0.9-alpha • Published 4 years ago

react-redirector v0.0.9-alpha

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Install

$ npm install react-redirector

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Redirector from 'react-redirector';

const App = () => <Redirector to='https://abranhe.com'/>;

ReactDOM.render(<App/>, document.getElementById('root'));

API

<Redirector/>

Redirect to a URL, extends window.location.

Props

to: Location to redirect the page.

License

MIT License © Carlos Abraham

0.0.9-alpha

4 years ago

0.0.8-beta

4 years ago

0.0.8-d

4 years ago

0.0.8-c

4 years ago

0.0.8-alpha

4 years ago

0.0.7-alpha

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.1-beta

4 years ago

0.0.0

5 years ago

0.0.0-alpha

5 years ago

0.0.0-dev

5 years ago