Yandex.Maps API bindings for React
npm install @iminside/react-yandex-maps

[Yandex Maps API][ymaps-api] bindings for React
[ymaps-api]:
https://tech.yandex.com/maps/doc/jsapi/2.1/quick-start/index-docpage/
- Supports TypeScript out of the box
- Automatic yamps api and modules loading
- Declarative rendering
npm:
```
npm install @iminside/react-yandex-maps
yarn:
``
yarn add @iminside/react-yandex-maps
Try running a simple example:
`jsx
import React from 'react';
import { YMaps, Map, Placemark } from '@iminside/react-yandex-maps';
export default function App() {
const defaultState = {
center: [55.751574, 37.573856],
zoom: 5,
};
return (
);
}
``
The React Yandex Maps docs are located at
website
- Getting Started
- Core Principles
- API Reference
We appreciate your help!
To contribute, please read our contributing instructions.