1
將Mapbox放入React-Starter-Kit中,Im在react-starter-kit中無法實現MapBox。我不知道如何從客戶端創建組件。將Mapbox放入React-Starter-Kit
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,
};
}
這可能嗎?
聲明:這是我第一次實際上,所以請耐心等待。