Skip to content

Commit

Permalink
docs: improve readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 29, 2024
1 parent 249a90a commit afb688b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ Available in Stackblitz (Codeflow) below, this can also be used to provide an is
Refer to the **[Docs - Quick Start](https://ghiscoding.gitbook.io/slickgrid-react/getting-started/quick-start)** and/or clone the [Slickgrid-React-Demos](https://github.com/ghiscoding/slickgrid-react-demos) repository. Please consult all documentation before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library.

### NPM Package
[slickgrid-react on NPM](https://www.npmjs.com/package/slickgrid-react)

```sh
npm install slickgrid-react
```

### Troubleshooting

This project **does not** work well with `React.StrictMode`, so please make sure to disable it to avoid pulling your hair for days.
> [!WARNING]
> This project **does not** work well with `React.StrictMode`, so please make sure to disable it to avoid pulling your hair for hours...
### Versions Compatibility

Expand Down

0 comments on commit afb688b

Please sign in to comment.