Skip to content

Tag: reactjs

Integrate interactive map with React

I want to have an interactive map in an idlegame where you can click on a tile (See screenshot) and something should happen. I am trying to do so with an SVG and paths around the tile. Please tell me if there is a better way to implement something like this. To my problem: I have finally got my Map-Component