README
react-netjoy
Network middleware easy and powerful
Installation
npm install react-netjoy
Usage
import ReactNetjoy from "react-netjoy";
// ...
const deviceName = await ReactNetjoy.getDeviceName();
License
MIT
Network middleware easy and powerful
<script type="module">
import reactNetjoyBase from 'https://cdn.skypack.dev/react-netjoy-base';
</script>
Network middleware easy and powerful
npm install react-netjoy
import ReactNetjoy from "react-netjoy";
// ...
const deviceName = await ReactNetjoy.getDeviceName();
MIT