1.0.1 • Published 4 years ago

@powala/forcehttps v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

HTTP to HTTPS redirect

Simple package for http to https redirection for React base application.

Usage

Wrap your application in the component. Force redirection will only take place in production.

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

4 years ago

1.0.0

4 years ago