Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofeaturesonlybugs/fantaptik-react-socket
React+Redux extensions for @fantaptik/socket.
https://github.com/nofeaturesonlybugs/fantaptik-react-socket
react react-components reactjs socket websocket websockets
Last synced: 18 days ago
JSON representation
React+Redux extensions for @fantaptik/socket.
- Host: GitHub
- URL: https://github.com/nofeaturesonlybugs/fantaptik-react-socket
- Owner: nofeaturesonlybugs
- License: mit
- Created: 2021-09-09T18:21:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T01:07:02.000Z (about 3 years ago)
- Last Synced: 2024-10-11T03:42:07.049Z (about 1 month ago)
- Topics: react, react-components, reactjs, socket, websocket, websockets
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### @fantaptik/react-socket
A React+Redux extension for @fantaptik/socket.This package exposes a `Plugin` for `@fantaptik/socket`, a `Reducer` for `redux`, and a `Status` component for your JSX to visualize your `@fantaptik/socket` state when disconnected and reconnecting.
```bash
npm install @fantaptik/react-socket# Peer dependencies
npm install @fantaptik/socket @fantaptik/react-material @fantaptik/webpack-config materialize-css react react-dom react-redux redux
```### In Action
* [``](https://nofeaturesonlybugs.github.io/fantaptik-react-socket/#/Components/Status)
The `Status` component.
* [`Getting Started`](https://nofeaturesonlybugs.github.io/fantaptik-react-socket/jsdocs/tutorial-getting_started.html)View the Styleguidist @ https://nofeaturesonlybugs.github.io/fantaptik-react-socket/