Skip to content

Azure/react-azure-maps-playground

Repository files navigation

React Azure Maps Playground

This project is community-driven initiative originally created by amazing @psrednicki, @msasinowski and @tbajda and is now maintained by the Azure Maps team.

  • How to link local package version:

    • run yarn watch in azure-maps-react
    • run yarn link in azure-maps-react
    • go to azure-maps-playground and run yarn link "react-azure-maps"
  • How to avoid "Invalid Hook call" caused by multiple React instances

    • go to azure-maps-playground and run
      cd node_modules/react
      yarn link
      
    • go to azure-maps-react and run yarn link react

Subscription key

Please remember to create file and add key to /src/key.ts

export const key = '<Your Subcription Key>'

Creators ✨


psrednicki


msasinowski

tbajda