将Mapbox放入React-Starter-Kit,我无法在react-starter-kit中实现MapBox。我不知道如何从客户端制作组件。
Im using this for npm package of mapbox
我希望我能做到
MapBoxComponent extends Component{
static propTypes = {
path: PropTypes.string.isRequired,
content: PropTypes.string.isRequired,
title: PropTypes.string,
};
static contextTypes = {
onSetTitle: PropTypes.func.isRequired,
};
}
这可能吗?
免责声明:这是我第一次,所以请耐心等待。
答案 0 :(得分:1)
有几个React组件包含mapbox.js和mapboxgl-js:
以下是关于github的相关讨论:https://github.com/mapbox/mapbox.js/issues/951