https://github.com/alcalzone/iobroker-react
I'm building my own https://github.com/ioBroker/adapter-react/ with blackjack and hoo... - functional components and hooks.
https://github.com/alcalzone/iobroker-react
iobroker react
Last synced: about 1 year ago
JSON representation
I'm building my own https://github.com/ioBroker/adapter-react/ with blackjack and hoo... - functional components and hooks.
- Host: GitHub
- URL: https://github.com/alcalzone/iobroker-react
- Owner: AlCalzone
- License: mit
- Created: 2021-08-17T17:24:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T22:06:36.000Z (over 3 years ago)
- Last Synced: 2025-03-24T15:02:14.215Z (about 1 year ago)
- Topics: iobroker, react
- Language: TypeScript
- Homepage: https://alcalzone.github.io/iobroker-react
- Size: 931 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ioBroker-react
An alternative approach to https://github.com/ioBroker/adapter-react-v5/
## Dev
Stuff gets broken?
```
npm link C:\\iobroker\\ioBroker.zwave2\\node_modules\\react
npm link C:\\iobroker\\ioBroker.zwave2\\node_modules\\@mui\\material
npm link C:\\iobroker\\ioBroker.zwave2\\node_modules\\@mui\\styles
```
## Changelog
### 0.0.3 (2022-10-26)
* (xXBJXx) update dependencies
* (xXBJXx) migrate to adapter-react-v5 and Mui v5
### 0.0.2 (2022-05-02)
* (AlCalzone) fix: use setObject to save instance settings
### 0.0.1 (2021-08-17)
* (AlCalzone) initial release