p.s. The documentation is not complete, I will supplement it as soon as possible.
npm install gears-reactYour React project must have TypeScript installed!
Using npm:
``bash`
npm i gears-react
After that, the following packages will be automatically installed in your project:
react-router-domi18nextmobxmobx-reactmobx-react-litereact-i18next
Also you have to add following parameter to tsconfig.json:`json``
"compilerOptions": {
"experimentalDecorators": true, // this one
...
}