spacex:React and SpaceX API应用程序-搜索并显示有关所有SpaceX任务和火箭的信息

时间:2024-05-19 08:20:29
【文件属性】:

文件名称:spacex:React and SpaceX API应用程序-搜索并显示有关所有SpaceX任务和火箭的信息

文件大小:2.51MB

文件格式:ZIP

更新时间:2024-05-19 08:20:29

JavaScript

SpaceXplorer 概述 查找并探索迄今为止所有的SpaceX发射,包括任务详细信息,任务补丁,客户和火箭类型。 提取请求 该应用程序通过App.js中的此提取请求,使用SpaceX API中的数据填充状态 componentDidMount ( ) { fetch ( 'https://api.spacexdata.com/v2/launches/' ) . then ( x => x . json ( ) ) . then ( ( launchData ) => { this . setState ( { launches : launchData , filteredCustomers : launchData , filteredRockets : launchData } ) ;


网友评论