An open API service indexing awesome lists of open source software.

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.

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