Azure / react-azure-maps-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 95.1%Language:CSS 1.8%Language:HTML 1.7%Language:JavaScript 1.4%