Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mefengl/useeffect-note


https://github.com/mefengl/useeffect-note

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# useEffect-note

## eslint-plugin-react-hooks

```shell
ni --save-dev eslint-plugin-react-hooks
```

```shell
nlx eslint --init
```

```javascript
...
"extends": [
...
"plugin:react-hooks/recommended"
],
...
```