All Projects → gribnoysup → React Yandex Maps

gribnoysup / React Yandex Maps

Licence: mit
Yandex Maps API bindings for React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Yandex Maps

mapkit-android-demo
MapKit Android demo
Stars: ✭ 92 (-66.79%)
Mutual labels:  yandex, maps
Yandex Map React
Stars: ✭ 67 (-75.81%)
Mutual labels:  yandex, react-component
date-range-picker
⚛️📆 Flexible React date range picker calendar with no dependencies.
Stars: ✭ 94 (-66.06%)
Mutual labels:  react-component
Seapig
🌊🐷 Utility for generalized composition of React components
Stars: ✭ 269 (-2.89%)
Mutual labels:  react-component
React Telephone Input
React component for entering and validating international telephone numbers
Stars: ✭ 254 (-8.3%)
Mutual labels:  react-component
react-pits
React 中的坑
Stars: ✭ 29 (-89.53%)
Mutual labels:  react-component
Mapper
OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
Stars: ✭ 258 (-6.86%)
Mutual labels:  maps
react-vector-maps
🗺 A React component for interactive vector maps of the world and 100+ countries
Stars: ✭ 112 (-59.57%)
Mutual labels:  maps
Containercontroller
UI Component. This is a copy swipe-panel from app: Apple Maps, Stocks. Swift version
Stars: ✭ 273 (-1.44%)
Mutual labels:  maps
react-ago-component
A component for React that renders the approximate time ago in words from a specific past date using an HTML5 time element.
Stars: ✭ 25 (-90.97%)
Mutual labels:  react-component
Timeago React
🕗 Simple and efficient react component to format date with `*** time ago` statement. eg: '3 hours ago'.
Stars: ✭ 264 (-4.69%)
Mutual labels:  react-component
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-84.48%)
Mutual labels:  maps
YmlGenerator
YML (Yandex Market Language) file generator
Stars: ✭ 96 (-65.34%)
Mutual labels:  yandex
Flawwwless Ui
Flawwwless ui library for React.js.
Stars: ✭ 265 (-4.33%)
Mutual labels:  react-component
map-machine
Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
Stars: ✭ 82 (-70.4%)
Mutual labels:  maps
Shareabouts
Shareabouts is a mapping application for crowdsourced info gathering.
Stars: ✭ 269 (-2.89%)
Mutual labels:  maps
react-crossword
A flexible, responsive, and easy-to-use crossword component for React apps.
Stars: ✭ 80 (-71.12%)
Mutual labels:  react-component
flagfillr
Use flags as fills for ggplot2 maps. (WIP)
Stars: ✭ 23 (-91.7%)
Mutual labels:  maps
React Batch
Batch component for performant frequent updates (flush on count or interval)
Stars: ✭ 258 (-6.86%)
Mutual labels:  react-component
Osmnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Stars: ✭ 3,357 (+1111.91%)
Mutual labels:  maps

react-yandex-maps

Yandex.Maps JS API bindings for React

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
npm install
  1. 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
npm run dev
  1. Install documentation dependencies
cd docs && npm install
  1. Start docs server locally
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

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

Kudos

Thanks to all contributors for help with supporting the library

Thanks to @effrenus and his yandex-map-react for inspiring this library

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].