1.1.1 • Published 4 years ago

decloak-react v1.1.1

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

decloak-react

An incognito detection hook for React. 4KB when gzipped, works with Chrome 76+, Firefox, IE, and Safari 12.

Live Demo

https://codesandbox.io/s/decloak-react-demo-7opsh

Edit decloak-react-demo

Installation

Install with

yarn add decloak-react

npm install decloak-react

Usage

function App() {
    const state = useIsPrivateMode();
    return state ? <p>Private</p> : <p>Not private</p>;
}
1.1.1

4 years ago

1.1.0

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago