# react-yandex-maps

> Yandex.Maps API bindings for React

Latest version **4.6.0** (published 2020-12-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-yandex-maps
pnpm add react-yandex-maps
yarn add react-yandex-maps
bun add react-yandex-maps
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.6.0 |
| Published | 2020-12-06 |
| First published | 2017-03-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 327 |
| Author | Sergey Petushkov |
| Maintainers | gribnoysup |
| Keywords | react, react-component, yandex, maps, yandex-maps |

## Links

- npm: https://www.npmjs.com/package/react-yandex-maps
- Repository: https://github.com/gribnoysup/react-yandex-maps
- Homepage: https://react-yandex-maps.now.sh
- Issues: https://github.com/gribnoysup/react-yandex-maps/issues
- npm.io page: https://npm.io/package/react-yandex-maps

## Dependencies (3)

- [prop-types](https://npm.io/package/prop-types.md) ^15.7.2
- [react-display-name](https://npm.io/package/react-display-name.md) ^0.2.5
- [create-react-context](https://npm.io/package/create-react-context.md) ^0.3.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 4.6.0 (latest) — 2020-12-06
- 4.5.0 (minor) — 2020-06-20
- 3.1.1-canary.f8d8690 (canary) — 2019-06-15
- 4.4.0 — 2020-05-22
- 4.3.0 — 2020-04-19
- 4.2.0 — 2019-11-10
- 4.1.0 — 2019-11-10
- 4.0.1 — 2019-06-21
- 4.0.0 — 2019-06-15
- 3.1.1-canary.4608cc6 — 2019-06-15
- 3.0.3-canary.8b050c6 — 2019-06-15
- 3.1.0 — 2019-06-15
- 3.0.3-canary.8941df4 — 2019-05-12
- 3.0.3-canary.6a159b1 — 2019-05-12
- 3.0.2 — 2018-10-06
- … 27 more at https://npm.io/package/react-yandex-maps/versions

## README

# react-yandex-maps

[Yandex.Maps JS API][ymaps-api] bindings for React

[ymaps-api]:
  https://tech.yandex.com/maps/doc/jsapi/2.1/quick-start/index-docpage/

## Documentation

You can find the documentation at https://react-yandex-maps.now.sh

## Contributing

Feel free to submit issues and/or PRs if you found bugs 🐞 or have some features
in mind! The documentation improvements will be super appreciated, if you feel
that docs are lacking in some places 📝👩‍🔬

### Developing locally (Quick Start)

If you want to work on the library locally:

1. Fork this repository and clone your version of the repo
2. Install npm dependencies

```sh
npm install
```

3. Start library build in the watch mode. This command will start microbundle in
   watch mode, meaning that everytime you make changes to the source of the
   library it will be compiled to `dist` folder

```sh
npm run dev
```

4. Install documentation dependencies

```sh
cd docs && npm install
```

5. Start docs server locally

```sh
npm run dev
```

If everything went well, you now have documentation running on
`http://localhost:3000`

You can find special sandbox page on
[`http://localhost:3000/sandbox`](http://localhost:3000/sandbox)

Now you can make changes to the library and see them applied to the sandbox in
real time.

When you commit changes, eslint will make sure that there are no linting errors
and prettier will format your code based on the repo settings.

When you push changes, jest will run a set of unit tests to make sure that all
of them are passing.

## License

[MIT](LICENSE)

## Kudos

Thanks to all [contributors][] for help with supporting the library

Thanks to [@effrenus](https://github.com/effrenus/) and his
[yandex-map-react](https://github.com/effrenus/yandex-map-react) for inspiring
this library

[contributors]: graphs/contributors

---
_Source: https://npm.io/package/react-yandex-maps · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
